Shades of Scarlet #FE2A08
Tints of Scarlet #FE2A08
RGB
CMYK
RGB Variations
Color information
#FE2A08 (or 0xFE2A08) is known color: Scarlet. HEX triplet: FE, 2A and 08. RGB value is (254,42,8). Sum of RGB (Red+Green+Blue) = 254+42+8=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2A08 is #01D5F7. Grayscale: #656565. Windows color (decimal): -120312 or 535294. OLE color: 535294.
HSL color Cylindrical-coordinate representation of color #FE2A08: hue angle of 8.29º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE2A08 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 8 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.00 |
| HSL | 8.29º | 0.99% | 0.51% | - |
| HSV(B) | 8.29º | 0.97% | 1% | - |
| XYZ | 41.74 | 22.74 | 2.42 | - |
| YUV | 101.51 | 75.24 | 236.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 8 | 0 | 0.83 | 0.97 | 0.00 | 8.29 | 0.99 | 0.51 |
| Hex | FE | 2A | 8 | 0 | 53 | 61 | 0 | 8 | 63 | 33 |
| Octal | 376 | 52 | 10 | 0 | 123 | 141 | 0 | 10 | 143 | 63 |
| Binary | 11111110 | 101010 | 1000 | 0 | 1010011 | 1100001 | 0 | 1000 | 1100011 | 110011 |
Color Harmonies of #FE2A08
Complementary color
Monochromatic Colors of #FE2A08
Black with #FE2A08
Text Example
Text Example
White with #FE2A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A08; }
p { color: rgb(254,42,8); }
H1.HeaderClassName
{
color: #FE2A08;
}
.AnyTagClassName
{
color: #FE2A08;
}
</style>
background-color css
<style>
a { background-color: #FE2A08; }
a { background-color: rgb(254,42,8); }
div.DivClassName
{
background-color: #FE2A08;
}
.BgClassName
{
background-color: #FE2A08;
}
</style>
border-color css
<style>
span { border-color: #FE2A08; }
span { border-color: rgb(254,42,8); }
td.TdClassName
{
border-color: #FE2A08;
}
.TagClassName
{
border-color: #FE2A08;
}
</style>