Shades of Torch Red #F70233
Tints of Torch Red #F70233
RGB
CMYK
RGB Variations
Color information
#F70233 (or 0xF70233) is known color: Torch Red. HEX triplet: F7, 02 and 33. RGB value is (247,2,51). Sum of RGB (Red+Green+Blue) = 247+2+51=300 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 247 - color contains mainly: red. Hex color #F70233 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70233 is #08FDCC. Grayscale: #505050. Windows color (decimal): -589261 or 3343095. OLE color: 3343095.
HSL color Cylindrical-coordinate representation of color #F70233: hue angle of 348º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F70233 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 51 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.03 |
| HSL | 348º | 0.98% | 0.49% | - |
| HSV(B) | 348º | 0.99% | 0.97% | - |
| XYZ | 38.98 | 20.06 | 4.95 | - |
| YUV | 80.84 | 111.17 | 246.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 51 | 0 | 0.99 | 0.79 | 0.03 | 348 | 0.98 | 0.49 |
| Hex | F7 | 2 | 33 | 0 | 63 | 4F | 3 | 15C | 62 | 31 |
| Octal | 367 | 2 | 63 | 0 | 143 | 117 | 3 | 534 | 142 | 61 |
| Binary | 11110111 | 10 | 110011 | 0 | 1100011 | 1001111 | 11 | 101011100 | 1100010 | 110001 |
Color Harmonies of #F70233
Complementary color
Monochromatic Colors of #F70233
Black with #F70233
Text Example
Text Example
White with #F70233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70233; }
p { color: rgb(247,2,51); }
H1.HeaderClassName
{
color: #F70233;
}
.AnyTagClassName
{
color: #F70233;
}
</style>
background-color css
<style>
a { background-color: #F70233; }
a { background-color: rgb(247,2,51); }
div.DivClassName
{
background-color: #F70233;
}
.BgClassName
{
background-color: #F70233;
}
</style>
border-color css
<style>
span { border-color: #F70233; }
span { border-color: rgb(247,2,51); }
td.TdClassName
{
border-color: #F70233;
}
.TagClassName
{
border-color: #F70233;
}
</style>