Shades of Red #FE1212
Tints of Red #FE1212
RGB
CMYK
RGB Variations
Color information
#FE1212 (or 0xFE1212) is known color: Red. HEX triplet: FE, 12 and 12. RGB value is (254,18,18). Sum of RGB (Red+Green+Blue) = 254+18+18=290 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.59% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1212 is #01EDED. Grayscale: #585858. Windows color (decimal): -126446 or 1184510. OLE color: 1184510.
HSL color Cylindrical-coordinate representation of color #FE1212: hue angle of 0º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1212 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 18 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.00 |
| HSL | 0º | 0.99% | 0.53% | - |
| HSV(B) | 0º | 0.93% | 1% | - |
| XYZ | 41.2 | 21.55 | 2.56 | - |
| YUV | 88.56 | 88.19 | 246 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 18 | 0 | 0.93 | 0.93 | 0.00 | 0 | 0.99 | 0.53 |
| Hex | FE | 12 | 12 | 0 | 5D | 5D | 0 | 0 | 63 | 35 |
| Octal | 376 | 22 | 22 | 0 | 135 | 135 | 0 | 0 | 143 | 65 |
| Binary | 11111110 | 10010 | 10010 | 0 | 1011101 | 1011101 | 0 | 0 | 1100011 | 110101 |
Color Harmonies of #FE1212
Complementary color
Monochromatic Colors of #FE1212
Black with #FE1212
Text Example
Text Example
White with #FE1212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1212; }
p { color: rgb(254,18,18); }
H1.HeaderClassName
{
color: #FE1212;
}
.AnyTagClassName
{
color: #FE1212;
}
</style>
background-color css
<style>
a { background-color: #FE1212; }
a { background-color: rgb(254,18,18); }
div.DivClassName
{
background-color: #FE1212;
}
.BgClassName
{
background-color: #FE1212;
}
</style>
border-color css
<style>
span { border-color: #FE1212; }
span { border-color: rgb(254,18,18); }
td.TdClassName
{
border-color: #FE1212;
}
.TagClassName
{
border-color: #FE1212;
}
</style>