Shades of Torch Red #F21123
Tints of Torch Red #F21123
RGB
CMYK
RGB Variations
Color information
#F21123 (or 0xF21123) is known color: Torch Red. HEX triplet: F2, 11 and 23. RGB value is (242,17,35). Sum of RGB (Red+Green+Blue) = 242+17+35=294 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.31% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 242 - color contains mainly: red. Hex color #F21123 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21123 is #0DEEDC. Grayscale: #565656. Windows color (decimal): -913117 or 2298354. OLE color: 2298354.
HSL color Cylindrical-coordinate representation of color #F21123: hue angle of 355.2º 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 #F21123 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 35 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.05 |
| HSL | 355.2º | 0.9% | 0.51% | - |
| HSV(B) | 355.2º | 0.93% | 0.95% | - |
| XYZ | 37.12 | 19.4 | 3.38 | - |
| YUV | 86.33 | 99.04 | 239.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 35 | 0 | 0.93 | 0.86 | 0.05 | 355.2 | 0.9 | 0.51 |
| Hex | F2 | 11 | 23 | 0 | 5D | 56 | 5 | 163 | 5A | 33 |
| Octal | 362 | 21 | 43 | 0 | 135 | 126 | 5 | 543 | 132 | 63 |
| Binary | 11110010 | 10001 | 100011 | 0 | 1011101 | 1010110 | 101 | 101100011 | 1011010 | 110011 |
Color Harmonies of #F21123
Complementary color
Monochromatic Colors of #F21123
Black with #F21123
Text Example
Text Example
White with #F21123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21123; }
p { color: rgb(242,17,35); }
H1.HeaderClassName
{
color: #F21123;
}
.AnyTagClassName
{
color: #F21123;
}
</style>
background-color css
<style>
a { background-color: #F21123; }
a { background-color: rgb(242,17,35); }
div.DivClassName
{
background-color: #F21123;
}
.BgClassName
{
background-color: #F21123;
}
</style>
border-color css
<style>
span { border-color: #F21123; }
span { border-color: rgb(242,17,35); }
td.TdClassName
{
border-color: #F21123;
}
.TagClassName
{
border-color: #F21123;
}
</style>