Shades of Torch Red #F00435
Tints of Torch Red #F00435
RGB
CMYK
RGB Variations
Color information
#F00435 (or 0xF00435) is known color: Torch Red. HEX triplet: F0, 04 and 35. RGB value is (240,4,53). Sum of RGB (Red+Green+Blue) = 240+4+53=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F00435 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00435 is #0FFBCA. Grayscale: #505050. Windows color (decimal): -1047499 or 3474672. OLE color: 3474672.
HSL color Cylindrical-coordinate representation of color #F00435: hue angle of 347.54º 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 #F00435 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 53 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.06 |
| HSL | 347.54º | 0.97% | 0.48% | - |
| HSV(B) | 347.54º | 0.98% | 0.94% | - |
| XYZ | 36.62 | 18.87 | 5.08 | - |
| YUV | 80.15 | 112.69 | 242.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 53 | 0 | 0.98 | 0.78 | 0.06 | 347.54 | 0.97 | 0.48 |
| Hex | F0 | 4 | 35 | 0 | 62 | 4E | 6 | 15C | 61 | 30 |
| Octal | 360 | 4 | 65 | 0 | 142 | 116 | 6 | 534 | 141 | 60 |
| Binary | 11110000 | 100 | 110101 | 0 | 1100010 | 1001110 | 110 | 101011100 | 1100001 | 110000 |
Color Harmonies of #F00435
Complementary color
Monochromatic Colors of #F00435
Black with #F00435
Text Example
Text Example
White with #F00435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00435; }
p { color: rgb(240,4,53); }
H1.HeaderClassName
{
color: #F00435;
}
.AnyTagClassName
{
color: #F00435;
}
</style>
background-color css
<style>
a { background-color: #F00435; }
a { background-color: rgb(240,4,53); }
div.DivClassName
{
background-color: #F00435;
}
.BgClassName
{
background-color: #F00435;
}
</style>
border-color css
<style>
span { border-color: #F00435; }
span { border-color: rgb(240,4,53); }
td.TdClassName
{
border-color: #F00435;
}
.TagClassName
{
border-color: #F00435;
}
</style>