Shades of Torch Red #F20323
Tints of Torch Red #F20323
RGB
CMYK
RGB Variations
Color information
#F20323 (or 0xF20323) is known color: Torch Red. HEX triplet: F2, 03 and 23. RGB value is (242,3,35). Sum of RGB (Red+Green+Blue) = 242+3+35=280 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.43% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 242 - color contains mainly: red. Hex color #F20323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20323 is #0DFCDC. Grayscale: #4E4E4E. Windows color (decimal): -916701 or 2294770. OLE color: 2294770.
HSL color Cylindrical-coordinate representation of color #F20323: hue angle of 351.97º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20323 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 35 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.05 |
| HSL | 351.97º | 0.98% | 0.48% | - |
| HSV(B) | 351.97º | 0.99% | 0.95% | - |
| XYZ | 36.95 | 19.06 | 3.32 | - |
| YUV | 78.11 | 103.68 | 244.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 35 | 0 | 0.99 | 0.86 | 0.05 | 351.97 | 0.98 | 0.48 |
| Hex | F2 | 3 | 23 | 0 | 63 | 56 | 5 | 160 | 62 | 30 |
| Octal | 362 | 3 | 43 | 0 | 143 | 126 | 5 | 540 | 142 | 60 |
| Binary | 11110010 | 11 | 100011 | 0 | 1100011 | 1010110 | 101 | 101100000 | 1100010 | 110000 |
Color Harmonies of #F20323
Complementary color
Monochromatic Colors of #F20323
Black with #F20323
Text Example
Text Example
White with #F20323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20323; }
p { color: rgb(242,3,35); }
H1.HeaderClassName
{
color: #F20323;
}
.AnyTagClassName
{
color: #F20323;
}
</style>
background-color css
<style>
a { background-color: #F20323; }
a { background-color: rgb(242,3,35); }
div.DivClassName
{
background-color: #F20323;
}
.BgClassName
{
background-color: #F20323;
}
</style>
border-color css
<style>
span { border-color: #F20323; }
span { border-color: rgb(242,3,35); }
td.TdClassName
{
border-color: #F20323;
}
.TagClassName
{
border-color: #F20323;
}
</style>