Shades of Torch Red #FF0B0E
Tints of Torch Red #FF0B0E
RGB
CMYK
RGB Variations
Color information
#FF0B0E (or 0xFF0B0E) is known color: Torch Red. HEX triplet: FF, 0B and 0E. RGB value is (255,11,14). Sum of RGB (Red+Green+Blue) = 255+11+14=280 (37% of max value = 765). Red value is 255 (100% from 255 or 91.07% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0B0E is #00F4F1. Grayscale: #545454. Windows color (decimal): -62706 or 920575. OLE color: 920575.
HSL color Cylindrical-coordinate representation of color #FF0B0E: hue angle of 359.26º 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 #FF0B0E is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 14 | - |
| CMYK | 0 | 0.96 | 0.95 | 0 |
| HSL | 359.26º | 1% | 0.52% | - |
| HSV(B) | 359.26º | 0.96% | 1% | - |
| XYZ | 41.44 | 21.53 | 2.39 | - |
| YUV | 84.3 | 88.34 | 249.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 14 | 0 | 0.96 | 0.95 | 0 | 359.26 | 1 | 0.52 |
| Hex | FF | B | E | 0 | 60 | 5F | 0 | 167 | 64 | 34 |
| Octal | 377 | 13 | 16 | 0 | 140 | 137 | 0 | 547 | 144 | 64 |
| Binary | 11111111 | 1011 | 1110 | 0 | 1100000 | 1011111 | 0 | 101100111 | 1100100 | 110100 |
Color Harmonies of #FF0B0E
Complementary color
Monochromatic Colors of #FF0B0E
Black with #FF0B0E
Text Example
Text Example
White with #FF0B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B0E; }
p { color: rgb(255,11,14); }
H1.HeaderClassName
{
color: #FF0B0E;
}
.AnyTagClassName
{
color: #FF0B0E;
}
</style>
background-color css
<style>
a { background-color: #FF0B0E; }
a { background-color: rgb(255,11,14); }
div.DivClassName
{
background-color: #FF0B0E;
}
.BgClassName
{
background-color: #FF0B0E;
}
</style>
border-color css
<style>
span { border-color: #FF0B0E; }
span { border-color: rgb(255,11,14); }
td.TdClassName
{
border-color: #FF0B0E;
}
.TagClassName
{
border-color: #FF0B0E;
}
</style>