Shades of Scarlet #FA1E02
Tints of Scarlet #FA1E02
RGB
CMYK
RGB Variations
Color information
#FA1E02 (or 0xFA1E02) is known color: Scarlet. HEX triplet: FA, 1E and 02. RGB value is (250,30,2). Sum of RGB (Red+Green+Blue) = 250+30+2=282 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.65% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1E02 is #05E1FD. Grayscale: #5C5C5C. Windows color (decimal): -385534 or 139002. OLE color: 139002.
HSL color Cylindrical-coordinate representation of color #FA1E02: hue angle of 6.77º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA1E02 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 30 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.02 |
| HSL | 6.77º | 0.98% | 0.49% | - |
| HSV(B) | 6.77º | 0.99% | 0.98% | - |
| XYZ | 39.9 | 21.26 | 2.06 | - |
| YUV | 92.59 | 76.89 | 240.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 30 | 2 | 0 | 0.88 | 0.99 | 0.02 | 6.77 | 0.98 | 0.49 |
| Hex | FA | 1E | 2 | 0 | 58 | 63 | 2 | 7 | 62 | 31 |
| Octal | 372 | 36 | 2 | 0 | 130 | 143 | 2 | 7 | 142 | 61 |
| Binary | 11111010 | 11110 | 10 | 0 | 1011000 | 1100011 | 10 | 111 | 1100010 | 110001 |
Color Harmonies of #FA1E02
Complementary color
Monochromatic Colors of #FA1E02
Black with #FA1E02
Text Example
Text Example
White with #FA1E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1E02; }
p { color: rgb(250,30,2); }
H1.HeaderClassName
{
color: #FA1E02;
}
.AnyTagClassName
{
color: #FA1E02;
}
</style>
background-color css
<style>
a { background-color: #FA1E02; }
a { background-color: rgb(250,30,2); }
div.DivClassName
{
background-color: #FA1E02;
}
.BgClassName
{
background-color: #FA1E02;
}
</style>
border-color css
<style>
span { border-color: #FA1E02; }
span { border-color: rgb(250,30,2); }
td.TdClassName
{
border-color: #FA1E02;
}
.TagClassName
{
border-color: #FA1E02;
}
</style>