Shades of Torch Red #F20023
Tints of Torch Red #F20023
RGB
CMYK
RGB Variations
Color information
#F20023 (or 0xF20023) is known color: Torch Red. HEX triplet: F2, 00 and 23. RGB value is (242,0,35). Sum of RGB (Red+Green+Blue) = 242+0+35=277 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.36% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 242 - color contains mainly: red. Hex color #F20023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20023 is #0DFFDC. Grayscale: #4C4C4C. Windows color (decimal): -917469 or 2294002. OLE color: 2294002.
HSL color Cylindrical-coordinate representation of color #F20023: hue angle of 351.32º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20023 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.86 | 0.05 |
| HSL | 351.32º | 1% | 0.47% | - |
| HSV(B) | 351.32º | 1% | 0.95% | - |
| XYZ | 36.92 | 19 | 3.31 | - |
| YUV | 76.35 | 104.67 | 246.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 35 | 0 | 1 | 0.86 | 0.05 | 351.32 | 1 | 0.47 |
| Hex | F2 | 0 | 23 | 0 | 64 | 56 | 5 | 15F | 64 | 2F |
| Octal | 362 | 0 | 43 | 0 | 144 | 126 | 5 | 537 | 144 | 57 |
| Binary | 11110010 | 0 | 100011 | 0 | 1100100 | 1010110 | 101 | 101011111 | 1100100 | 101111 |
Color Harmonies of #F20023
Complementary color
Monochromatic Colors of #F20023
Black with #F20023
Text Example
Text Example
White with #F20023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20023; }
p { color: rgb(242,0,35); }
H1.HeaderClassName
{
color: #F20023;
}
.AnyTagClassName
{
color: #F20023;
}
</style>
background-color css
<style>
a { background-color: #F20023; }
a { background-color: rgb(242,0,35); }
div.DivClassName
{
background-color: #F20023;
}
.BgClassName
{
background-color: #F20023;
}
</style>
border-color css
<style>
span { border-color: #F20023; }
span { border-color: rgb(242,0,35); }
td.TdClassName
{
border-color: #F20023;
}
.TagClassName
{
border-color: #F20023;
}
</style>