Shades of Red #FE1210
Tints of Red #FE1210
RGB
CMYK
RGB Variations
Color information
#FE1210 (or 0xFE1210) is known color: Red. HEX triplet: FE, 12 and 10. RGB value is (254,18,16). Sum of RGB (Red+Green+Blue) = 254+18+16=288 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.19% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1210 is #01EDEF. Grayscale: #585858. Windows color (decimal): -126448 or 1053438. OLE color: 1053438.
HSL color Cylindrical-coordinate representation of color #FE1210: hue angle of 0.5º 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 #FE1210 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 16 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.00 |
| HSL | 0.5º | 0.99% | 0.53% | - |
| HSV(B) | 0.5º | 0.94% | 1% | - |
| XYZ | 41.18 | 21.54 | 2.48 | - |
| YUV | 88.34 | 87.19 | 246.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 16 | 0 | 0.93 | 0.94 | 0.00 | 0.5 | 0.99 | 0.53 |
| Hex | FE | 12 | 10 | 0 | 5D | 5E | 0 | 1 | 63 | 35 |
| Octal | 376 | 22 | 20 | 0 | 135 | 136 | 0 | 1 | 143 | 65 |
| Binary | 11111110 | 10010 | 10000 | 0 | 1011101 | 1011110 | 0 | 1 | 1100011 | 110101 |
Color Harmonies of #FE1210
Complementary color
Monochromatic Colors of #FE1210
Black with #FE1210
Text Example
Text Example
White with #FE1210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1210; }
p { color: rgb(254,18,16); }
H1.HeaderClassName
{
color: #FE1210;
}
.AnyTagClassName
{
color: #FE1210;
}
</style>
background-color css
<style>
a { background-color: #FE1210; }
a { background-color: rgb(254,18,16); }
div.DivClassName
{
background-color: #FE1210;
}
.BgClassName
{
background-color: #FE1210;
}
</style>
border-color css
<style>
span { border-color: #FE1210; }
span { border-color: rgb(254,18,16); }
td.TdClassName
{
border-color: #FE1210;
}
.TagClassName
{
border-color: #FE1210;
}
</style>