Shades of Torch Red #F40218
Tints of Torch Red #F40218
RGB
CMYK
RGB Variations
Color information
#F40218 (or 0xF40218) is known color: Torch Red. HEX triplet: F4, 02 and 18. RGB value is (244,2,24). Sum of RGB (Red+Green+Blue) = 244+2+24=270 (35% of max value = 765). Red value is 244 (95.70% from 255 or 90.37% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 244 - color contains mainly: red. Hex color #F40218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40218 is #0BFDE7. Grayscale: #4D4D4D. Windows color (decimal): -785896 or 1573620. OLE color: 1573620.
HSL color Cylindrical-coordinate representation of color #F40218: hue angle of 354.55º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40218 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 2 | 24 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.04 |
| HSL | 354.55º | 0.98% | 0.48% | - |
| HSV(B) | 354.55º | 0.99% | 0.96% | - |
| XYZ | 37.49 | 19.34 | 2.62 | - |
| YUV | 76.87 | 98.17 | 247.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 24 | 0 | 0.99 | 0.90 | 0.04 | 354.55 | 0.98 | 0.48 |
| Hex | F4 | 2 | 18 | 0 | 63 | 5A | 4 | 163 | 62 | 30 |
| Octal | 364 | 2 | 30 | 0 | 143 | 132 | 4 | 543 | 142 | 60 |
| Binary | 11110100 | 10 | 11000 | 0 | 1100011 | 1011010 | 100 | 101100011 | 1100010 | 110000 |
Color Harmonies of #F40218
Complementary color
Monochromatic Colors of #F40218
Black with #F40218
Text Example
Text Example
White with #F40218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40218; }
p { color: rgb(244,2,24); }
H1.HeaderClassName
{
color: #F40218;
}
.AnyTagClassName
{
color: #F40218;
}
</style>
background-color css
<style>
a { background-color: #F40218; }
a { background-color: rgb(244,2,24); }
div.DivClassName
{
background-color: #F40218;
}
.BgClassName
{
background-color: #F40218;
}
</style>
border-color css
<style>
span { border-color: #F40218; }
span { border-color: rgb(244,2,24); }
td.TdClassName
{
border-color: #F40218;
}
.TagClassName
{
border-color: #F40218;
}
</style>