Shades of Torch Red #FF0B18
Tints of Torch Red #FF0B18
RGB
CMYK
RGB Variations
Color information
#FF0B18 (or 0xFF0B18) is known color: Torch Red. HEX triplet: FF, 0B and 18. RGB value is (255,11,24). Sum of RGB (Red+Green+Blue) = 255+11+24=290 (38% of max value = 765). Red value is 255 (100% from 255 or 87.93% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0B18 is #00F4E7. Grayscale: #555555. Windows color (decimal): -62696 or 1575935. OLE color: 1575935.
HSL color Cylindrical-coordinate representation of color #FF0B18: hue angle of 356.8º 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 #FF0B18 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 24 | - |
| CMYK | 0 | 0.96 | 0.91 | 0 |
| HSL | 356.8º | 1% | 0.52% | - |
| HSV(B) | 356.8º | 0.96% | 1% | - |
| XYZ | 41.52 | 21.57 | 2.84 | - |
| YUV | 85.44 | 93.34 | 248.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 24 | 0 | 0.96 | 0.91 | 0 | 356.8 | 1 | 0.52 |
| Hex | FF | B | 18 | 0 | 60 | 5B | 0 | 165 | 64 | 34 |
| Octal | 377 | 13 | 30 | 0 | 140 | 133 | 0 | 545 | 144 | 64 |
| Binary | 11111111 | 1011 | 11000 | 0 | 1100000 | 1011011 | 0 | 101100101 | 1100100 | 110100 |
Color Harmonies of #FF0B18
Complementary color
Monochromatic Colors of #FF0B18
Black with #FF0B18
Text Example
Text Example
White with #FF0B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B18; }
p { color: rgb(255,11,24); }
H1.HeaderClassName
{
color: #FF0B18;
}
.AnyTagClassName
{
color: #FF0B18;
}
</style>
background-color css
<style>
a { background-color: #FF0B18; }
a { background-color: rgb(255,11,24); }
div.DivClassName
{
background-color: #FF0B18;
}
.BgClassName
{
background-color: #FF0B18;
}
</style>
border-color css
<style>
span { border-color: #FF0B18; }
span { border-color: rgb(255,11,24); }
td.TdClassName
{
border-color: #FF0B18;
}
.TagClassName
{
border-color: #FF0B18;
}
</style>