Shades of Torch Red #FE0212
Tints of Torch Red #FE0212
RGB
CMYK
RGB Variations
Color information
#FE0212 (or 0xFE0212) is known color: Torch Red. HEX triplet: FE, 02 and 12. RGB value is (254,2,18). Sum of RGB (Red+Green+Blue) = 254+2+18=274 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.70% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0212 is #01FDED. Grayscale: #4F4F4F. Windows color (decimal): -130542 or 1180414. OLE color: 1180414.
HSL color Cylindrical-coordinate representation of color #FE0212: hue angle of 356.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0212 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 18 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.00 |
| HSL | 356.19º | 0.99% | 0.5% | - |
| HSV(B) | 356.19º | 0.99% | 1% | - |
| XYZ | 41 | 21.16 | 2.5 | - |
| YUV | 79.17 | 93.49 | 252.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 18 | 0 | 0.99 | 0.93 | 0.00 | 356.19 | 0.99 | 0.5 |
| Hex | FE | 2 | 12 | 0 | 63 | 5D | 0 | 164 | 63 | 32 |
| Octal | 376 | 2 | 22 | 0 | 143 | 135 | 0 | 544 | 143 | 62 |
| Binary | 11111110 | 10 | 10010 | 0 | 1100011 | 1011101 | 0 | 101100100 | 1100011 | 110010 |
Color Harmonies of #FE0212
Complementary color
Monochromatic Colors of #FE0212
Black with #FE0212
Text Example
Text Example
White with #FE0212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0212; }
p { color: rgb(254,2,18); }
H1.HeaderClassName
{
color: #FE0212;
}
.AnyTagClassName
{
color: #FE0212;
}
</style>
background-color css
<style>
a { background-color: #FE0212; }
a { background-color: rgb(254,2,18); }
div.DivClassName
{
background-color: #FE0212;
}
.BgClassName
{
background-color: #FE0212;
}
</style>
border-color css
<style>
span { border-color: #FE0212; }
span { border-color: rgb(254,2,18); }
td.TdClassName
{
border-color: #FE0212;
}
.TagClassName
{
border-color: #FE0212;
}
</style>