Shades of Torch Red #F00236
Tints of Torch Red #F00236
RGB
CMYK
RGB Variations
Color information
#F00236 (or 0xF00236) is known color: Torch Red. HEX triplet: F0, 02 and 36. RGB value is (240,2,54). Sum of RGB (Red+Green+Blue) = 240+2+54=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F00236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00236 is #0FFDC9. Grayscale: #4F4F4F. Windows color (decimal): -1048010 or 3539696. OLE color: 3539696.
HSL color Cylindrical-coordinate representation of color #F00236: hue angle of 346.89º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00236 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.06 |
| HSL | 346.89º | 0.98% | 0.47% | - |
| HSV(B) | 346.89º | 0.99% | 0.94% | - |
| XYZ | 36.62 | 18.84 | 5.2 | - |
| YUV | 79.09 | 113.85 | 242.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 54 | 0 | 0.99 | 0.78 | 0.06 | 346.89 | 0.98 | 0.47 |
| Hex | F0 | 2 | 36 | 0 | 63 | 4E | 6 | 15B | 62 | 2F |
| Octal | 360 | 2 | 66 | 0 | 143 | 116 | 6 | 533 | 142 | 57 |
| Binary | 11110000 | 10 | 110110 | 0 | 1100011 | 1001110 | 110 | 101011011 | 1100010 | 101111 |
Color Harmonies of #F00236
Complementary color
Monochromatic Colors of #F00236
Black with #F00236
Text Example
Text Example
White with #F00236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00236; }
p { color: rgb(240,2,54); }
H1.HeaderClassName
{
color: #F00236;
}
.AnyTagClassName
{
color: #F00236;
}
</style>
background-color css
<style>
a { background-color: #F00236; }
a { background-color: rgb(240,2,54); }
div.DivClassName
{
background-color: #F00236;
}
.BgClassName
{
background-color: #F00236;
}
</style>
border-color css
<style>
span { border-color: #F00236; }
span { border-color: rgb(240,2,54); }
td.TdClassName
{
border-color: #F00236;
}
.TagClassName
{
border-color: #F00236;
}
</style>