Shades of Red #FE0E06
Tints of Red #FE0E06
RGB
CMYK
RGB Variations
Color information
#FE0E06 (or 0xFE0E06) is known color: Red. HEX triplet: FE, 0E and 06. RGB value is (254,14,6). Sum of RGB (Red+Green+Blue) = 254+14+6=274 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.70% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0E06 is #01F1F9. Grayscale: #555555. Windows color (decimal): -127482 or 397054. OLE color: 397054.
HSL color Cylindrical-coordinate representation of color #FE0E06: hue angle of 1.94º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0E06 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 6 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.00 |
| HSL | 1.94º | 0.99% | 0.51% | - |
| HSV(B) | 1.94º | 0.98% | 1% | - |
| XYZ | 41.06 | 21.4 | 2.14 | - |
| YUV | 84.85 | 83.51 | 248.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 6 | 0 | 0.94 | 0.98 | 0.00 | 1.94 | 0.99 | 0.51 |
| Hex | FE | E | 6 | 0 | 5E | 62 | 0 | 2 | 63 | 33 |
| Octal | 376 | 16 | 6 | 0 | 136 | 142 | 0 | 2 | 143 | 63 |
| Binary | 11111110 | 1110 | 110 | 0 | 1011110 | 1100010 | 0 | 10 | 1100011 | 110011 |
Color Harmonies of #FE0E06
Complementary color
Monochromatic Colors of #FE0E06
Black with #FE0E06
Text Example
Text Example
White with #FE0E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E06; }
p { color: rgb(254,14,6); }
H1.HeaderClassName
{
color: #FE0E06;
}
.AnyTagClassName
{
color: #FE0E06;
}
</style>
background-color css
<style>
a { background-color: #FE0E06; }
a { background-color: rgb(254,14,6); }
div.DivClassName
{
background-color: #FE0E06;
}
.BgClassName
{
background-color: #FE0E06;
}
</style>
border-color css
<style>
span { border-color: #FE0E06; }
span { border-color: rgb(254,14,6); }
td.TdClassName
{
border-color: #FE0E06;
}
.TagClassName
{
border-color: #FE0E06;
}
</style>