Shades of Torch Red #F21213
Tints of Torch Red #F21213
RGB
CMYK
RGB Variations
Color information
#F21213 (or 0xF21213) is known color: Torch Red. HEX triplet: F2, 12 and 13. RGB value is (242,18,19). Sum of RGB (Red+Green+Blue) = 242+18+19=279 (36% of max value = 765). Red value is 242 (94.92% from 255 or 86.74% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 242 - color contains mainly: red. Hex color #F21213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21213 is #0DEDEC. Grayscale: #555555. Windows color (decimal): -912877 or 1250034. OLE color: 1250034.
HSL color Cylindrical-coordinate representation of color #F21213: hue angle of 359.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21213 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 19 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.05 |
| HSL | 359.73º | 0.9% | 0.51% | - |
| HSV(B) | 359.73º | 0.93% | 0.95% | - |
| XYZ | 36.95 | 19.36 | 2.4 | - |
| YUV | 85.09 | 90.71 | 239.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 19 | 0 | 0.93 | 0.92 | 0.05 | 359.73 | 0.9 | 0.51 |
| Hex | F2 | 12 | 13 | 0 | 5D | 5C | 5 | 168 | 5A | 33 |
| Octal | 362 | 22 | 23 | 0 | 135 | 134 | 5 | 550 | 132 | 63 |
| Binary | 11110010 | 10010 | 10011 | 0 | 1011101 | 1011100 | 101 | 101101000 | 1011010 | 110011 |
Color Harmonies of #F21213
Complementary color
Monochromatic Colors of #F21213
Black with #F21213
Text Example
Text Example
White with #F21213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21213; }
p { color: rgb(242,18,19); }
H1.HeaderClassName
{
color: #F21213;
}
.AnyTagClassName
{
color: #F21213;
}
</style>
background-color css
<style>
a { background-color: #F21213; }
a { background-color: rgb(242,18,19); }
div.DivClassName
{
background-color: #F21213;
}
.BgClassName
{
background-color: #F21213;
}
</style>
border-color css
<style>
span { border-color: #F21213; }
span { border-color: rgb(242,18,19); }
td.TdClassName
{
border-color: #F21213;
}
.TagClassName
{
border-color: #F21213;
}
</style>