Shades of Scarlet #FA1E05
Tints of Scarlet #FA1E05
RGB
CMYK
RGB Variations
Color information
#FA1E05 (or 0xFA1E05) is known color: Scarlet. HEX triplet: FA, 1E and 05. RGB value is (250,30,5). Sum of RGB (Red+Green+Blue) = 250+30+5=285 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.72% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1E05 is #05E1FA. Grayscale: #5D5D5D. Windows color (decimal): -385531 or 335610. OLE color: 335610.
HSL color Cylindrical-coordinate representation of color #FA1E05: hue angle of 6.12º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA1E05 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 5 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.02 |
| HSL | 6.12º | 0.96% | 0.5% | - |
| HSV(B) | 6.12º | 0.98% | 0.98% | - |
| XYZ | 39.92 | 21.26 | 2.14 | - |
| YUV | 92.93 | 78.39 | 240.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 5 | 0 | 0.88 | 0.98 | 0.02 | 6.12 | 0.96 | 0.5 |
| Hex | FA | 1E | 5 | 0 | 58 | 62 | 2 | 6 | 60 | 32 |
| Octal | 372 | 36 | 5 | 0 | 130 | 142 | 2 | 6 | 140 | 62 |
| Binary | 11111010 | 11110 | 101 | 0 | 1011000 | 1100010 | 10 | 110 | 1100000 | 110010 |
Color Harmonies of #FA1E05
Complementary color
Monochromatic Colors of #FA1E05
Black with #FA1E05
Text Example
Text Example
White with #FA1E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E05; }
p { color: rgb(250,30,5); }
H1.HeaderClassName
{
color: #FA1E05;
}
.AnyTagClassName
{
color: #FA1E05;
}
</style>
background-color css
<style>
a { background-color: #FA1E05; }
a { background-color: rgb(250,30,5); }
div.DivClassName
{
background-color: #FA1E05;
}
.BgClassName
{
background-color: #FA1E05;
}
</style>
border-color css
<style>
span { border-color: #FA1E05; }
span { border-color: rgb(250,30,5); }
td.TdClassName
{
border-color: #FA1E05;
}
.TagClassName
{
border-color: #FA1E05;
}
</style>