Shades of Torch Red #F2033E
Tints of Torch Red #F2033E
RGB
CMYK
RGB Variations
Color information
#F2033E (or 0xF2033E) is known color: Torch Red. HEX triplet: F2, 03 and 3E. RGB value is (242,3,62). Sum of RGB (Red+Green+Blue) = 242+3+62=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F2033E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2033E is #0DFCC1. Grayscale: #515151. Windows color (decimal): -916674 or 4064242. OLE color: 4064242.
HSL color Cylindrical-coordinate representation of color #F2033E: hue angle of 345.19º 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 #F2033E is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 62 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.05 |
| HSL | 345.19º | 0.98% | 0.48% | - |
| HSV(B) | 345.19º | 0.99% | 0.95% | - |
| XYZ | 37.52 | 19.29 | 6.3 | - |
| YUV | 81.19 | 117.18 | 242.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 62 | 0 | 0.99 | 0.74 | 0.05 | 345.19 | 0.98 | 0.48 |
| Hex | F2 | 3 | 3E | 0 | 63 | 4A | 5 | 159 | 62 | 30 |
| Octal | 362 | 3 | 76 | 0 | 143 | 112 | 5 | 531 | 142 | 60 |
| Binary | 11110010 | 11 | 111110 | 0 | 1100011 | 1001010 | 101 | 101011001 | 1100010 | 110000 |
Color Harmonies of #F2033E
Complementary color
Monochromatic Colors of #F2033E
Black with #F2033E
Text Example
Text Example
White with #F2033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2033E; }
p { color: rgb(242,3,62); }
H1.HeaderClassName
{
color: #F2033E;
}
.AnyTagClassName
{
color: #F2033E;
}
</style>
background-color css
<style>
a { background-color: #F2033E; }
a { background-color: rgb(242,3,62); }
div.DivClassName
{
background-color: #F2033E;
}
.BgClassName
{
background-color: #F2033E;
}
</style>
border-color css
<style>
span { border-color: #F2033E; }
span { border-color: rgb(242,3,62); }
td.TdClassName
{
border-color: #F2033E;
}
.TagClassName
{
border-color: #F2033E;
}
</style>