Shades of Torch Red #F21323
Tints of Torch Red #F21323
RGB
CMYK
RGB Variations
Color information
#F21323 (or 0xF21323) is known color: Torch Red. HEX triplet: F2, 13 and 23. RGB value is (242,19,35). Sum of RGB (Red+Green+Blue) = 242+19+35=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F21323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21323 is #0DECDC. Grayscale: #575757. Windows color (decimal): -912605 or 2298866. OLE color: 2298866.
HSL color Cylindrical-coordinate representation of color #F21323: hue angle of 355.7º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21323 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 35 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.05 |
| HSL | 355.7º | 0.9% | 0.51% | - |
| HSV(B) | 355.7º | 0.92% | 0.95% | - |
| XYZ | 37.15 | 19.46 | 3.39 | - |
| YUV | 87.5 | 98.38 | 238.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 35 | 0 | 0.92 | 0.86 | 0.05 | 355.7 | 0.9 | 0.51 |
| Hex | F2 | 13 | 23 | 0 | 5C | 56 | 5 | 164 | 5A | 33 |
| Octal | 362 | 23 | 43 | 0 | 134 | 126 | 5 | 544 | 132 | 63 |
| Binary | 11110010 | 10011 | 100011 | 0 | 1011100 | 1010110 | 101 | 101100100 | 1011010 | 110011 |
Color Harmonies of #F21323
Complementary color
Monochromatic Colors of #F21323
Black with #F21323
Text Example
Text Example
White with #F21323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21323; }
p { color: rgb(242,19,35); }
H1.HeaderClassName
{
color: #F21323;
}
.AnyTagClassName
{
color: #F21323;
}
</style>
background-color css
<style>
a { background-color: #F21323; }
a { background-color: rgb(242,19,35); }
div.DivClassName
{
background-color: #F21323;
}
.BgClassName
{
background-color: #F21323;
}
</style>
border-color css
<style>
span { border-color: #F21323; }
span { border-color: rgb(242,19,35); }
td.TdClassName
{
border-color: #F21323;
}
.TagClassName
{
border-color: #F21323;
}
</style>