Shades of Red #FE110C
Tints of Red #FE110C
RGB
CMYK
RGB Variations
Color information
#FE110C (or 0xFE110C) is known color: Red. HEX triplet: FE, 11 and 0C. RGB value is (254,17,12). Sum of RGB (Red+Green+Blue) = 254+17+12=283 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.75% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 254 - color contains mainly: red. Hex color #FE110C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE110C is #01EEF3. Grayscale: #575757. Windows color (decimal): -126708 or 791038. OLE color: 791038.
HSL color Cylindrical-coordinate representation of color #FE110C: hue angle of 1.24º 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 #FE110C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 12 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.00 |
| HSL | 1.24º | 0.99% | 0.52% | - |
| HSV(B) | 1.24º | 0.95% | 1% | - |
| XYZ | 41.14 | 21.5 | 2.33 | - |
| YUV | 87.29 | 85.52 | 246.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 12 | 0 | 0.93 | 0.95 | 0.00 | 1.24 | 0.99 | 0.52 |
| Hex | FE | 11 | C | 0 | 5D | 5F | 0 | 1 | 63 | 34 |
| Octal | 376 | 21 | 14 | 0 | 135 | 137 | 0 | 1 | 143 | 64 |
| Binary | 11111110 | 10001 | 1100 | 0 | 1011101 | 1011111 | 0 | 1 | 1100011 | 110100 |
Color Harmonies of #FE110C
Complementary color
Monochromatic Colors of #FE110C
Black with #FE110C
Text Example
Text Example
White with #FE110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE110C; }
p { color: rgb(254,17,12); }
H1.HeaderClassName
{
color: #FE110C;
}
.AnyTagClassName
{
color: #FE110C;
}
</style>
background-color css
<style>
a { background-color: #FE110C; }
a { background-color: rgb(254,17,12); }
div.DivClassName
{
background-color: #FE110C;
}
.BgClassName
{
background-color: #FE110C;
}
</style>
border-color css
<style>
span { border-color: #FE110C; }
span { border-color: rgb(254,17,12); }
td.TdClassName
{
border-color: #FE110C;
}
.TagClassName
{
border-color: #FE110C;
}
</style>