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