Shades of Torch Red #F00436
Tints of Torch Red #F00436
RGB
CMYK
RGB Variations
Color information
#F00436 (or 0xF00436) is known color: Torch Red. HEX triplet: F0, 04 and 36. RGB value is (240,4,54). Sum of RGB (Red+Green+Blue) = 240+4+54=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F00436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00436 is #0FFBC9. Grayscale: #505050. Windows color (decimal): -1047498 or 3540208. OLE color: 3540208.
HSL color Cylindrical-coordinate representation of color #F00436: hue angle of 347.29º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00436 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.06 |
| HSL | 347.29º | 0.97% | 0.48% | - |
| HSV(B) | 347.29º | 0.98% | 0.94% | - |
| XYZ | 36.64 | 18.88 | 5.2 | - |
| YUV | 80.26 | 113.19 | 241.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 54 | 0 | 0.98 | 0.78 | 0.06 | 347.29 | 0.97 | 0.48 |
| Hex | F0 | 4 | 36 | 0 | 62 | 4E | 6 | 15B | 61 | 30 |
| Octal | 360 | 4 | 66 | 0 | 142 | 116 | 6 | 533 | 141 | 60 |
| Binary | 11110000 | 100 | 110110 | 0 | 1100010 | 1001110 | 110 | 101011011 | 1100001 | 110000 |
Color Harmonies of #F00436
Complementary color
Monochromatic Colors of #F00436
Black with #F00436
Text Example
Text Example
White with #F00436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00436; }
p { color: rgb(240,4,54); }
H1.HeaderClassName
{
color: #F00436;
}
.AnyTagClassName
{
color: #F00436;
}
</style>
background-color css
<style>
a { background-color: #F00436; }
a { background-color: rgb(240,4,54); }
div.DivClassName
{
background-color: #F00436;
}
.BgClassName
{
background-color: #F00436;
}
</style>
border-color css
<style>
span { border-color: #F00436; }
span { border-color: rgb(240,4,54); }
td.TdClassName
{
border-color: #F00436;
}
.TagClassName
{
border-color: #F00436;
}
</style>