Shades of Torch Red #F20523
Tints of Torch Red #F20523
RGB
CMYK
RGB Variations
Color information
#F20523 (or 0xF20523) is known color: Torch Red. HEX triplet: F2, 05 and 23. RGB value is (242,5,35). Sum of RGB (Red+Green+Blue) = 242+5+35=282 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.82% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 242 - color contains mainly: red. Hex color #F20523 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20523 is #0DFADC. Grayscale: #4F4F4F. Windows color (decimal): -916189 or 2295282. OLE color: 2295282.
HSL color Cylindrical-coordinate representation of color #F20523: hue angle of 352.41º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20523 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 35 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.05 |
| HSL | 352.41º | 0.96% | 0.48% | - |
| HSV(B) | 352.41º | 0.98% | 0.95% | - |
| XYZ | 36.98 | 19.11 | 3.33 | - |
| YUV | 79.28 | 103.02 | 244.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 35 | 0 | 0.98 | 0.86 | 0.05 | 352.41 | 0.96 | 0.48 |
| Hex | F2 | 5 | 23 | 0 | 62 | 56 | 5 | 160 | 60 | 30 |
| Octal | 362 | 5 | 43 | 0 | 142 | 126 | 5 | 540 | 140 | 60 |
| Binary | 11110010 | 101 | 100011 | 0 | 1100010 | 1010110 | 101 | 101100000 | 1100000 | 110000 |
Color Harmonies of #F20523
Complementary color
Monochromatic Colors of #F20523
Black with #F20523
Text Example
Text Example
White with #F20523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20523; }
p { color: rgb(242,5,35); }
H1.HeaderClassName
{
color: #F20523;
}
.AnyTagClassName
{
color: #F20523;
}
</style>
background-color css
<style>
a { background-color: #F20523; }
a { background-color: rgb(242,5,35); }
div.DivClassName
{
background-color: #F20523;
}
.BgClassName
{
background-color: #F20523;
}
</style>
border-color css
<style>
span { border-color: #F20523; }
span { border-color: rgb(242,5,35); }
td.TdClassName
{
border-color: #F20523;
}
.TagClassName
{
border-color: #F20523;
}
</style>