Shades of Torch Red #F00033
Tints of Torch Red #F00033
RGB
CMYK
RGB Variations
Color information
#F00033 (or 0xF00033) is known color: Torch Red. HEX triplet: F0, 00 and 33. RGB value is (240,0,51). Sum of RGB (Red+Green+Blue) = 240+0+51=291 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.47% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 240 - color contains mainly: red. Hex color #F00033 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00033 is #0FFFCC. Grayscale: #4D4D4D. Windows color (decimal): -1048525 or 3342576. OLE color: 3342576.
HSL color Cylindrical-coordinate representation of color #F00033: hue angle of 347.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00033 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.79 | 0.06 |
| HSL | 347.25º | 1% | 0.47% | - |
| HSV(B) | 347.25º | 1% | 0.94% | - |
| XYZ | 36.53 | 18.76 | 4.83 | - |
| YUV | 77.57 | 113.01 | 243.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 51 | 0 | 1 | 0.79 | 0.06 | 347.25 | 1 | 0.47 |
| Hex | F0 | 0 | 33 | 0 | 64 | 4F | 6 | 15B | 64 | 2F |
| Octal | 360 | 0 | 63 | 0 | 144 | 117 | 6 | 533 | 144 | 57 |
| Binary | 11110000 | 0 | 110011 | 0 | 1100100 | 1001111 | 110 | 101011011 | 1100100 | 101111 |
Color Harmonies of #F00033
Complementary color
Monochromatic Colors of #F00033
Black with #F00033
Text Example
Text Example
White with #F00033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00033; }
p { color: rgb(240,0,51); }
H1.HeaderClassName
{
color: #F00033;
}
.AnyTagClassName
{
color: #F00033;
}
</style>
background-color css
<style>
a { background-color: #F00033; }
a { background-color: rgb(240,0,51); }
div.DivClassName
{
background-color: #F00033;
}
.BgClassName
{
background-color: #F00033;
}
</style>
border-color css
<style>
span { border-color: #F00033; }
span { border-color: rgb(240,0,51); }
td.TdClassName
{
border-color: #F00033;
}
.TagClassName
{
border-color: #F00033;
}
</style>