Shades of Scarlet #FE2002
Tints of Scarlet #FE2002
RGB
CMYK
RGB Variations
Color information
#FE2002 (or 0xFE2002) is known color: Scarlet. HEX triplet: FE, 20 and 02. RGB value is (254,32,2). Sum of RGB (Red+Green+Blue) = 254+32+2=288 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.19% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2002 is #01DFFD. Grayscale: #5F5F5F. Windows color (decimal): -122878 or 139518. OLE color: 139518.
HSL color Cylindrical-coordinate representation of color #FE2002: hue angle of 7.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE2002 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.00 |
| HSL | 7.14º | 0.99% | 0.5% | - |
| HSV(B) | 7.14º | 0.99% | 1% | - |
| XYZ | 41.4 | 22.11 | 2.14 | - |
| YUV | 94.96 | 75.55 | 241.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 2 | 0 | 0.87 | 0.99 | 0.00 | 7.14 | 0.99 | 0.5 |
| Hex | FE | 20 | 2 | 0 | 57 | 63 | 0 | 7 | 63 | 32 |
| Octal | 376 | 40 | 2 | 0 | 127 | 143 | 0 | 7 | 143 | 62 |
| Binary | 11111110 | 100000 | 10 | 0 | 1010111 | 1100011 | 0 | 111 | 1100011 | 110010 |
Color Harmonies of #FE2002
Complementary color
Monochromatic Colors of #FE2002
Black with #FE2002
Text Example
Text Example
White with #FE2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2002; }
p { color: rgb(254,32,2); }
H1.HeaderClassName
{
color: #FE2002;
}
.AnyTagClassName
{
color: #FE2002;
}
</style>
background-color css
<style>
a { background-color: #FE2002; }
a { background-color: rgb(254,32,2); }
div.DivClassName
{
background-color: #FE2002;
}
.BgClassName
{
background-color: #FE2002;
}
</style>
border-color css
<style>
span { border-color: #FE2002; }
span { border-color: rgb(254,32,2); }
td.TdClassName
{
border-color: #FE2002;
}
.TagClassName
{
border-color: #FE2002;
}
</style>