Shades of Torch Red #F20D33
Tints of Torch Red #F20D33
RGB
CMYK
RGB Variations
Color information
#F20D33 (or 0xF20D33) is known color: Torch Red. HEX triplet: F2, 0D and 33. RGB value is (242,13,51). Sum of RGB (Red+Green+Blue) = 242+13+51=306 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.08% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 242 - color contains mainly: red. Hex color #F20D33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20D33 is #0DF2CC. Grayscale: #555555. Windows color (decimal): -914125 or 3345906. OLE color: 3345906.
HSL color Cylindrical-coordinate representation of color #F20D33: hue angle of 350.04º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20D33 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 51 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.05 |
| HSL | 350.04º | 0.9% | 0.5% | - |
| HSV(B) | 350.04º | 0.95% | 0.95% | - |
| XYZ | 37.36 | 19.4 | 4.91 | - |
| YUV | 85.8 | 108.37 | 239.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 51 | 0 | 0.95 | 0.79 | 0.05 | 350.04 | 0.9 | 0.5 |
| Hex | F2 | D | 33 | 0 | 5F | 4F | 5 | 15E | 5A | 32 |
| Octal | 362 | 15 | 63 | 0 | 137 | 117 | 5 | 536 | 132 | 62 |
| Binary | 11110010 | 1101 | 110011 | 0 | 1011111 | 1001111 | 101 | 101011110 | 1011010 | 110010 |
Color Harmonies of #F20D33
Complementary color
Monochromatic Colors of #F20D33
Black with #F20D33
Text Example
Text Example
White with #F20D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20D33; }
p { color: rgb(242,13,51); }
H1.HeaderClassName
{
color: #F20D33;
}
.AnyTagClassName
{
color: #F20D33;
}
</style>
background-color css
<style>
a { background-color: #F20D33; }
a { background-color: rgb(242,13,51); }
div.DivClassName
{
background-color: #F20D33;
}
.BgClassName
{
background-color: #F20D33;
}
</style>
border-color css
<style>
span { border-color: #F20D33; }
span { border-color: rgb(242,13,51); }
td.TdClassName
{
border-color: #F20D33;
}
.TagClassName
{
border-color: #F20D33;
}
</style>