Color: #FA301E
#FA301E Color Information
#FA301E is a dark color. The closest websafe version is #FA301E. A complement of this color would be #1EE8FA, perceived brightness is 0.42, and the grayscale version is #8C8C8C.
In the HSL color space, this color has a hue angle of 5°,a saturation of 96%, and a lightness of 55%.The HSV representation shows a hue of 5°, a saturation of 88%, and a value of 98%.
In a RGB color space, #FA301E is composed of 98% red, 19% green and 12% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 81% magenta, 88% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 23.47, x: 0.6231, and y: 0.3400.
Color Code #FA301E
Shades of Color #FA301E
Shades are created by darkening the original color #FA301E in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #FA301E
Tints are created by lightening the original color #FA301E in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #FA301E Color Code
In the HSL color space, this color has a hue angle of 5°, a saturation of 96%, and a lightness of 55%. The HSV representation shows a hue of 5°, a saturation of 88%, and a value of 98%.
- HEX: #FA301E
- RGB: rgb(250, 48, 30)
- HSL: hsl(5, 96%, 55%)
- HSV: hsv(5, 88%, 98%)
- CMYK: 0.00% cyan, 81.00% magenta, 88.00% yellow, 2.00% black
- XYZ: 43.01, 23.47, 2.55
- Yxy: 23.47, 0.6231, 0.3400
- Hunter Lab: 55.55, 73.63, 60.64
- CIE-Lab: 55.55, 73.63, 60.64
In the XYZ color space, this color is represented as X: 43.01, Y: 23.47, Z: 2.55. The Yxy representation further refines this as Y: 23.47, x: 0.6231, and y: 0.3400.
In the Hunter Lab color space, this color is represented as L: 55.55, a: 73.63, and b: 60.64. Similarly, in the CIE-Lab color space, it is represented as L: 55.55, a: 73.63, and b: 60.64.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #FA301E
Triadic colors are three colors evenly spaced around the color wheel, including #FA301E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #FA301E
Split complementary colors are two colors adjacent to the complementary color of #FA301E. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #FA301E
Monochromatic colors are variations of #FA301E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FA301E
The complementary color of #FA301E is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #FA301E
/* Using HEX */ body { background-color: #fa301e; }
/* Using RGB */ body { background-color: rgb(250, 48, 30); }
/* Using RGB with opacity */ body { background-color: rgba(250, 48, 30, 0.5); }
/* Using HSL */ body { background-color: hsl(5, 96%, 55%); }
/* Text color */ p { color: #fa301e; }
/* Box shadow */ div { box-shadow: 4px 4px #fa301e; }
/* Border color */ .box { border: 4px solid #fa301e; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #fa301e; }
/* Background with text */ div { background: #fa301e; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #FA301E
<!-- Using HEX --> <div style="background-color: #fa301e; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(250, 48, 30); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(250, 48, 30, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(5, 96%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fa301e;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fa301e; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #fa301e; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #fa301e;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #fa301e; color: #fff; padding: 16px; border-radius: 8px;"> #FA301E </div>
Related Colors of #FA301E
These colors are similar to #FA301E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.