Shades of Torch Red #F00336
Tints of Torch Red #F00336
RGB
CMYK
RGB Variations
Color information
#F00336 (or 0xF00336) is known color: Torch Red. HEX triplet: F0, 03 and 36. RGB value is (240,3,54). Sum of RGB (Red+Green+Blue) = 240+3+54=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F00336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00336 is #0FFCC9. Grayscale: #4F4F4F. Windows color (decimal): -1047754 or 3539952. OLE color: 3539952.
HSL color Cylindrical-coordinate representation of color #F00336: hue angle of 347.09º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00336 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 54 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.06 |
| HSL | 347.09º | 0.98% | 0.48% | - |
| HSV(B) | 347.09º | 0.99% | 0.94% | - |
| XYZ | 36.63 | 18.86 | 5.2 | - |
| YUV | 79.68 | 113.52 | 242.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 54 | 0 | 0.99 | 0.78 | 0.06 | 347.09 | 0.98 | 0.48 |
| Hex | F0 | 3 | 36 | 0 | 63 | 4E | 6 | 15B | 62 | 30 |
| Octal | 360 | 3 | 66 | 0 | 143 | 116 | 6 | 533 | 142 | 60 |
| Binary | 11110000 | 11 | 110110 | 0 | 1100011 | 1001110 | 110 | 101011011 | 1100010 | 110000 |
Color Harmonies of #F00336
Complementary color
Monochromatic Colors of #F00336
Black with #F00336
Text Example
Text Example
White with #F00336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00336; }
p { color: rgb(240,3,54); }
H1.HeaderClassName
{
color: #F00336;
}
.AnyTagClassName
{
color: #F00336;
}
</style>
background-color css
<style>
a { background-color: #F00336; }
a { background-color: rgb(240,3,54); }
div.DivClassName
{
background-color: #F00336;
}
.BgClassName
{
background-color: #F00336;
}
</style>
border-color css
<style>
span { border-color: #F00336; }
span { border-color: rgb(240,3,54); }
td.TdClassName
{
border-color: #F00336;
}
.TagClassName
{
border-color: #F00336;
}
</style>