Shades of Red #FE0E0E
Tints of Red #FE0E0E
RGB
CMYK
RGB Variations
Color information
#FE0E0E (or 0xFE0E0E) is known color: Red. HEX triplet: FE, 0E and 0E. RGB value is (254,14,14). Sum of RGB (Red+Green+Blue) = 254+14+14=282 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.07% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0E0E is #01F1F1. Grayscale: #565656. Windows color (decimal): -127474 or 921342. OLE color: 921342.
HSL color Cylindrical-coordinate representation of color #FE0E0E: hue angle of 0º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0E0E is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 14 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.00 |
| HSL | 0º | 0.99% | 0.53% | - |
| HSV(B) | 0º | 0.94% | 1% | - |
| XYZ | 41.11 | 21.42 | 2.38 | - |
| YUV | 85.76 | 87.51 | 248 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 14 | 0 | 0.94 | 0.94 | 0.00 | 0 | 0.99 | 0.53 |
| Hex | FE | E | E | 0 | 5E | 5E | 0 | 0 | 63 | 35 |
| Octal | 376 | 16 | 16 | 0 | 136 | 136 | 0 | 0 | 143 | 65 |
| Binary | 11111110 | 1110 | 1110 | 0 | 1011110 | 1011110 | 0 | 0 | 1100011 | 110101 |
Color Harmonies of #FE0E0E
Complementary color
Monochromatic Colors of #FE0E0E
Black with #FE0E0E
Text Example
Text Example
White with #FE0E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E0E; }
p { color: rgb(254,14,14); }
H1.HeaderClassName
{
color: #FE0E0E;
}
.AnyTagClassName
{
color: #FE0E0E;
}
</style>
background-color css
<style>
a { background-color: #FE0E0E; }
a { background-color: rgb(254,14,14); }
div.DivClassName
{
background-color: #FE0E0E;
}
.BgClassName
{
background-color: #FE0E0E;
}
</style>
border-color css
<style>
span { border-color: #FE0E0E; }
span { border-color: rgb(254,14,14); }
td.TdClassName
{
border-color: #FE0E0E;
}
.TagClassName
{
border-color: #FE0E0E;
}
</style>