Shades of Red #FF0E08
Tints of Red #FF0E08
RGB
CMYK
RGB Variations
Color information
#FF0E08 (or 0xFF0E08) is known color: Red. HEX triplet: FF, 0E and 08. RGB value is (255,14,8). Sum of RGB (Red+Green+Blue) = 255+14+8=277 (36% of max value = 765). Red value is 255 (100% from 255 or 92.06% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0E08 is #00F1F7. Grayscale: #555555. Windows color (decimal): -61944 or 528127. OLE color: 528127.
HSL color Cylindrical-coordinate representation of color #FF0E08: hue angle of 1.46º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0E08 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 8 | - |
| CMYK | 0 | 0.95 | 0.97 | 0 |
| HSL | 1.46º | 1% | 0.52% | - |
| HSV(B) | 1.46º | 0.97% | 1% | - |
| XYZ | 41.44 | 21.59 | 2.21 | - |
| YUV | 85.38 | 84.34 | 248.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 8 | 0 | 0.95 | 0.97 | 0 | 1.46 | 1 | 0.52 |
| Hex | FF | E | 8 | 0 | 5F | 61 | 0 | 1 | 64 | 34 |
| Octal | 377 | 16 | 10 | 0 | 137 | 141 | 0 | 1 | 144 | 64 |
| Binary | 11111111 | 1110 | 1000 | 0 | 1011111 | 1100001 | 0 | 1 | 1100100 | 110100 |
Color Harmonies of #FF0E08
Complementary color
Monochromatic Colors of #FF0E08
Black with #FF0E08
Text Example
Text Example
White with #FF0E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E08; }
p { color: rgb(255,14,8); }
H1.HeaderClassName
{
color: #FF0E08;
}
.AnyTagClassName
{
color: #FF0E08;
}
</style>
background-color css
<style>
a { background-color: #FF0E08; }
a { background-color: rgb(255,14,8); }
div.DivClassName
{
background-color: #FF0E08;
}
.BgClassName
{
background-color: #FF0E08;
}
</style>
border-color css
<style>
span { border-color: #FF0E08; }
span { border-color: rgb(255,14,8); }
td.TdClassName
{
border-color: #FF0E08;
}
.TagClassName
{
border-color: #FF0E08;
}
</style>