Shades of Torch Red #F20823
Tints of Torch Red #F20823
RGB
CMYK
RGB Variations
Color information
#F20823 (or 0xF20823) is known color: Torch Red. HEX triplet: F2, 08 and 23. RGB value is (242,8,35). Sum of RGB (Red+Green+Blue) = 242+8+35=285 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.91% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 242 - color contains mainly: red. Hex color #F20823 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20823 is #0DF7DC. Grayscale: #515151. Windows color (decimal): -915421 or 2296050. OLE color: 2296050.
HSL color Cylindrical-coordinate representation of color #F20823: hue angle of 353.08º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F20823 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 35 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.05 |
| HSL | 353.08º | 0.94% | 0.49% | - |
| HSV(B) | 353.08º | 0.97% | 0.95% | - |
| XYZ | 37.01 | 19.17 | 3.34 | - |
| YUV | 81.04 | 102.02 | 242.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 35 | 0 | 0.97 | 0.86 | 0.05 | 353.08 | 0.94 | 0.49 |
| Hex | F2 | 8 | 23 | 0 | 61 | 56 | 5 | 161 | 5E | 31 |
| Octal | 362 | 10 | 43 | 0 | 141 | 126 | 5 | 541 | 136 | 61 |
| Binary | 11110010 | 1000 | 100011 | 0 | 1100001 | 1010110 | 101 | 101100001 | 1011110 | 110001 |
Color Harmonies of #F20823
Complementary color
Monochromatic Colors of #F20823
Black with #F20823
Text Example
Text Example
White with #F20823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20823; }
p { color: rgb(242,8,35); }
H1.HeaderClassName
{
color: #F20823;
}
.AnyTagClassName
{
color: #F20823;
}
</style>
background-color css
<style>
a { background-color: #F20823; }
a { background-color: rgb(242,8,35); }
div.DivClassName
{
background-color: #F20823;
}
.BgClassName
{
background-color: #F20823;
}
</style>
border-color css
<style>
span { border-color: #F20823; }
span { border-color: rgb(242,8,35); }
td.TdClassName
{
border-color: #F20823;
}
.TagClassName
{
border-color: #F20823;
}
</style>