Shades of Torch Red #FF0A18
Tints of Torch Red #FF0A18
RGB
CMYK
RGB Variations
Color information
#FF0A18 (or 0xFF0A18) is known color: Torch Red. HEX triplet: FF, 0A and 18. RGB value is (255,10,24). Sum of RGB (Red+Green+Blue) = 255+10+24=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0A18 is #00F5E7. Grayscale: #555555. Windows color (decimal): -62952 or 1575679. OLE color: 1575679.
HSL color Cylindrical-coordinate representation of color #FF0A18: hue angle of 356.57º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0A18 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 24 | - |
| CMYK | 0 | 0.96 | 0.91 | 0 |
| HSL | 356.57º | 1% | 0.52% | - |
| HSV(B) | 356.57º | 0.96% | 1% | - |
| XYZ | 41.51 | 21.54 | 2.83 | - |
| YUV | 84.85 | 93.67 | 249.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 24 | 0 | 0.96 | 0.91 | 0 | 356.57 | 1 | 0.52 |
| Hex | FF | A | 18 | 0 | 60 | 5B | 0 | 165 | 64 | 34 |
| Octal | 377 | 12 | 30 | 0 | 140 | 133 | 0 | 545 | 144 | 64 |
| Binary | 11111111 | 1010 | 11000 | 0 | 1100000 | 1011011 | 0 | 101100101 | 1100100 | 110100 |
Color Harmonies of #FF0A18
Complementary color
Monochromatic Colors of #FF0A18
Black with #FF0A18
Text Example
Text Example
White with #FF0A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A18; }
p { color: rgb(255,10,24); }
H1.HeaderClassName
{
color: #FF0A18;
}
.AnyTagClassName
{
color: #FF0A18;
}
</style>
background-color css
<style>
a { background-color: #FF0A18; }
a { background-color: rgb(255,10,24); }
div.DivClassName
{
background-color: #FF0A18;
}
.BgClassName
{
background-color: #FF0A18;
}
</style>
border-color css
<style>
span { border-color: #FF0A18; }
span { border-color: rgb(255,10,24); }
td.TdClassName
{
border-color: #FF0A18;
}
.TagClassName
{
border-color: #FF0A18;
}
</style>