Shades of Torch Red #F00418
Tints of Torch Red #F00418
RGB
CMYK
RGB Variations
Color information
#F00418 (or 0xF00418) is known color: Torch Red. HEX triplet: F0, 04 and 18. RGB value is (240,4,24). Sum of RGB (Red+Green+Blue) = 240+4+24=268 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.55% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 240 - color contains mainly: red. Hex color #F00418 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00418 is #0FFBE7. Grayscale: #4D4D4D. Windows color (decimal): -1047528 or 1574128. OLE color: 1574128.
HSL color Cylindrical-coordinate representation of color #F00418: hue angle of 354.92º 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 #F00418 is Cyan = 0, Magento = 0.98, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 24 | - |
| CMYK | 0 | 0.98 | 0.9 | 0.06 |
| HSL | 354.92º | 0.97% | 0.48% | - |
| HSV(B) | 354.92º | 0.98% | 0.94% | - |
| XYZ | 36.14 | 18.68 | 2.56 | - |
| YUV | 76.84 | 98.19 | 244.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 24 | 0 | 0.98 | 0.9 | 0.06 | 354.92 | 0.97 | 0.48 |
| Hex | F0 | 4 | 18 | 0 | 62 | 5A | 6 | 163 | 61 | 30 |
| Octal | 360 | 4 | 30 | 0 | 142 | 132 | 6 | 543 | 141 | 60 |
| Binary | 11110000 | 100 | 11000 | 0 | 1100010 | 1011010 | 110 | 101100011 | 1100001 | 110000 |
Color Harmonies of #F00418
Complementary color
Monochromatic Colors of #F00418
Black with #F00418
Text Example
Text Example
White with #F00418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00418; }
p { color: rgb(240,4,24); }
H1.HeaderClassName
{
color: #F00418;
}
.AnyTagClassName
{
color: #F00418;
}
</style>
background-color css
<style>
a { background-color: #F00418; }
a { background-color: rgb(240,4,24); }
div.DivClassName
{
background-color: #F00418;
}
.BgClassName
{
background-color: #F00418;
}
</style>
border-color css
<style>
span { border-color: #F00418; }
span { border-color: rgb(240,4,24); }
td.TdClassName
{
border-color: #F00418;
}
.TagClassName
{
border-color: #F00418;
}
</style>