Shades of Torch Red #F00218
Tints of Torch Red #F00218
RGB
CMYK
RGB Variations
Color information
#F00218 (or 0xF00218) is known color: Torch Red. HEX triplet: F0, 02 and 18. RGB value is (240,2,24). Sum of RGB (Red+Green+Blue) = 240+2+24=266 (35% of max value = 765). Red value is 240 (94.14% from 255 or 90.23% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 240 - color contains mainly: red. Hex color #F00218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00218 is #0FFDE7. Grayscale: #4B4B4B. Windows color (decimal): -1048040 or 1573616. OLE color: 1573616.
HSL color Cylindrical-coordinate representation of color #F00218: hue angle of 354.45º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00218 is Cyan = 0, Magento = 0.99, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 24 | - |
| CMYK | 0 | 0.99 | 0.9 | 0.06 |
| HSL | 354.45º | 0.98% | 0.47% | - |
| HSV(B) | 354.45º | 0.99% | 0.94% | - |
| XYZ | 36.12 | 18.63 | 2.56 | - |
| YUV | 75.67 | 98.85 | 245.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 24 | 0 | 0.99 | 0.9 | 0.06 | 354.45 | 0.98 | 0.47 |
| Hex | F0 | 2 | 18 | 0 | 63 | 5A | 6 | 162 | 62 | 2F |
| Octal | 360 | 2 | 30 | 0 | 143 | 132 | 6 | 542 | 142 | 57 |
| Binary | 11110000 | 10 | 11000 | 0 | 1100011 | 1011010 | 110 | 101100010 | 1100010 | 101111 |
Color Harmonies of #F00218
Complementary color
Monochromatic Colors of #F00218
Black with #F00218
Text Example
Text Example
White with #F00218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00218; }
p { color: rgb(240,2,24); }
H1.HeaderClassName
{
color: #F00218;
}
.AnyTagClassName
{
color: #F00218;
}
</style>
background-color css
<style>
a { background-color: #F00218; }
a { background-color: rgb(240,2,24); }
div.DivClassName
{
background-color: #F00218;
}
.BgClassName
{
background-color: #F00218;
}
</style>
border-color css
<style>
span { border-color: #F00218; }
span { border-color: rgb(240,2,24); }
td.TdClassName
{
border-color: #F00218;
}
.TagClassName
{
border-color: #F00218;
}
</style>