Shades of Torch Red #F2003E
Tints of Torch Red #F2003E
RGB
CMYK
RGB Variations
Color information
#F2003E (or 0xF2003E) is known color: Torch Red. HEX triplet: F2, 00 and 3E. RGB value is (242,0,62). Sum of RGB (Red+Green+Blue) = 242+0+62=304 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.61% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 242 - color contains mainly: red. Hex color #F2003E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2003E is #0DFFC1. Grayscale: #4F4F4F. Windows color (decimal): -917442 or 4063474. OLE color: 4063474.
HSL color Cylindrical-coordinate representation of color #F2003E: hue angle of 344.63º 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 #F2003E is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.74 | 0.05 |
| HSL | 344.63º | 1% | 0.47% | - |
| HSV(B) | 344.63º | 1% | 0.95% | - |
| XYZ | 37.49 | 19.23 | 6.29 | - |
| YUV | 79.43 | 118.17 | 243.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 62 | 0 | 1 | 0.74 | 0.05 | 344.63 | 1 | 0.47 |
| Hex | F2 | 0 | 3E | 0 | 64 | 4A | 5 | 159 | 64 | 2F |
| Octal | 362 | 0 | 76 | 0 | 144 | 112 | 5 | 531 | 144 | 57 |
| Binary | 11110010 | 0 | 111110 | 0 | 1100100 | 1001010 | 101 | 101011001 | 1100100 | 101111 |
Color Harmonies of #F2003E
Complementary color
Monochromatic Colors of #F2003E
Black with #F2003E
Text Example
Text Example
White with #F2003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2003E; }
p { color: rgb(242,0,62); }
H1.HeaderClassName
{
color: #F2003E;
}
.AnyTagClassName
{
color: #F2003E;
}
</style>
background-color css
<style>
a { background-color: #F2003E; }
a { background-color: rgb(242,0,62); }
div.DivClassName
{
background-color: #F2003E;
}
.BgClassName
{
background-color: #F2003E;
}
</style>
border-color css
<style>
span { border-color: #F2003E; }
span { border-color: rgb(242,0,62); }
td.TdClassName
{
border-color: #F2003E;
}
.TagClassName
{
border-color: #F2003E;
}
</style>