Shades of Red #FE110D
Tints of Red #FE110D
RGB
CMYK
RGB Variations
Color information
#FE110D (or 0xFE110D) is known color: Red. HEX triplet: FE, 11 and 0D. RGB value is (254,17,13). Sum of RGB (Red+Green+Blue) = 254+17+13=284 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.44% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 254 - color contains mainly: red. Hex color #FE110D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE110D is #01EEF2. Grayscale: #575757. Windows color (decimal): -126707 or 856574. OLE color: 856574.
HSL color Cylindrical-coordinate representation of color #FE110D: hue angle of 1º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE110D is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 13 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.00 |
| HSL | 1º | 0.99% | 0.52% | - |
| HSV(B) | 1º | 0.95% | 1% | - |
| XYZ | 41.15 | 21.5 | 2.36 | - |
| YUV | 87.41 | 86.02 | 246.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 13 | 0 | 0.93 | 0.95 | 0.00 | 1 | 0.99 | 0.52 |
| Hex | FE | 11 | D | 0 | 5D | 5F | 0 | 1 | 63 | 34 |
| Octal | 376 | 21 | 15 | 0 | 135 | 137 | 0 | 1 | 143 | 64 |
| Binary | 11111110 | 10001 | 1101 | 0 | 1011101 | 1011111 | 0 | 1 | 1100011 | 110100 |
Color Harmonies of #FE110D
Complementary color
Monochromatic Colors of #FE110D
Black with #FE110D
Text Example
Text Example
White with #FE110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE110D; }
p { color: rgb(254,17,13); }
H1.HeaderClassName
{
color: #FE110D;
}
.AnyTagClassName
{
color: #FE110D;
}
</style>
background-color css
<style>
a { background-color: #FE110D; }
a { background-color: rgb(254,17,13); }
div.DivClassName
{
background-color: #FE110D;
}
.BgClassName
{
background-color: #FE110D;
}
</style>
border-color css
<style>
span { border-color: #FE110D; }
span { border-color: rgb(254,17,13); }
td.TdClassName
{
border-color: #FE110D;
}
.TagClassName
{
border-color: #FE110D;
}
</style>