Shades of Red #FF0E04
Tints of Red #FF0E04
RGB
CMYK
RGB Variations
Color information
#FF0E04 (or 0xFF0E04) is known color: Red. HEX triplet: FF, 0E and 04. RGB value is (255,14,4). Sum of RGB (Red+Green+Blue) = 255+14+4=273 (36% of max value = 765). Red value is 255 (100% from 255 or 93.41% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0E04 is #00F1FB. Grayscale: #555555. Windows color (decimal): -61948 or 265983. OLE color: 265983.
HSL color Cylindrical-coordinate representation of color #FF0E04: hue angle of 2.39º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0E04 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 4 | - |
| CMYK | 0 | 0.95 | 0.98 | 0 |
| HSL | 2.39º | 1% | 0.51% | - |
| HSV(B) | 2.39º | 0.98% | 1% | - |
| XYZ | 41.42 | 21.58 | 2.1 | - |
| YUV | 84.92 | 82.34 | 249.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 4 | 0 | 0.95 | 0.98 | 0 | 2.39 | 1 | 0.51 |
| Hex | FF | E | 4 | 0 | 5F | 62 | 0 | 2 | 64 | 33 |
| Octal | 377 | 16 | 4 | 0 | 137 | 142 | 0 | 2 | 144 | 63 |
| Binary | 11111111 | 1110 | 100 | 0 | 1011111 | 1100010 | 0 | 10 | 1100100 | 110011 |
Color Harmonies of #FF0E04
Complementary color
Monochromatic Colors of #FF0E04
Black with #FF0E04
Text Example
Text Example
White with #FF0E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E04; }
p { color: rgb(255,14,4); }
H1.HeaderClassName
{
color: #FF0E04;
}
.AnyTagClassName
{
color: #FF0E04;
}
</style>
background-color css
<style>
a { background-color: #FF0E04; }
a { background-color: rgb(255,14,4); }
div.DivClassName
{
background-color: #FF0E04;
}
.BgClassName
{
background-color: #FF0E04;
}
</style>
border-color css
<style>
span { border-color: #FF0E04; }
span { border-color: rgb(255,14,4); }
td.TdClassName
{
border-color: #FF0E04;
}
.TagClassName
{
border-color: #FF0E04;
}
</style>