Shades of Scarlet #FE2902
Tints of Scarlet #FE2902
RGB
CMYK
RGB Variations
Color information
#FE2902 (or 0xFE2902) is known color: Scarlet. HEX triplet: FE, 29 and 02. RGB value is (254,41,2). Sum of RGB (Red+Green+Blue) = 254+41+2=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2902 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2902 is #01D6FD. Grayscale: #646464. Windows color (decimal): -120574 or 141822. OLE color: 141822.
HSL color Cylindrical-coordinate representation of color #FE2902: hue angle of 9.29º 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 #FE2902 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.00 |
| HSL | 9.29º | 0.99% | 0.5% | - |
| HSV(B) | 9.29º | 0.99% | 1% | - |
| XYZ | 41.68 | 22.66 | 2.23 | - |
| YUV | 100.24 | 72.57 | 237.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 2 | 0 | 0.84 | 0.99 | 0.00 | 9.29 | 0.99 | 0.5 |
| Hex | FE | 29 | 2 | 0 | 54 | 63 | 0 | 9 | 63 | 32 |
| Octal | 376 | 51 | 2 | 0 | 124 | 143 | 0 | 11 | 143 | 62 |
| Binary | 11111110 | 101001 | 10 | 0 | 1010100 | 1100011 | 0 | 1001 | 1100011 | 110010 |
Color Harmonies of #FE2902
Complementary color
Monochromatic Colors of #FE2902
Black with #FE2902
Text Example
Text Example
White with #FE2902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2902; }
p { color: rgb(254,41,2); }
H1.HeaderClassName
{
color: #FE2902;
}
.AnyTagClassName
{
color: #FE2902;
}
</style>
background-color css
<style>
a { background-color: #FE2902; }
a { background-color: rgb(254,41,2); }
div.DivClassName
{
background-color: #FE2902;
}
.BgClassName
{
background-color: #FE2902;
}
</style>
border-color css
<style>
span { border-color: #FE2902; }
span { border-color: rgb(254,41,2); }
td.TdClassName
{
border-color: #FE2902;
}
.TagClassName
{
border-color: #FE2902;
}
</style>