Shades of Torch Red #FF0B1C
Tints of Torch Red #FF0B1C
RGB
CMYK
RGB Variations
Color information
#FF0B1C (or 0xFF0B1C) is known color: Torch Red. HEX triplet: FF, 0B and 1C. RGB value is (255,11,28). Sum of RGB (Red+Green+Blue) = 255+11+28=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0B1C is #00F4E3. Grayscale: #565656. Windows color (decimal): -62692 or 1838079. OLE color: 1838079.
HSL color Cylindrical-coordinate representation of color #FF0B1C: hue angle of 355.82º 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 #FF0B1C is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 28 | - |
| CMYK | 0 | 0.96 | 0.89 | 0 |
| HSL | 355.82º | 1% | 0.52% | - |
| HSV(B) | 355.82º | 0.96% | 1% | - |
| XYZ | 41.57 | 21.58 | 3.07 | - |
| YUV | 85.89 | 95.34 | 248.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 28 | 0 | 0.96 | 0.89 | 0 | 355.82 | 1 | 0.52 |
| Hex | FF | B | 1C | 0 | 60 | 59 | 0 | 164 | 64 | 34 |
| Octal | 377 | 13 | 34 | 0 | 140 | 131 | 0 | 544 | 144 | 64 |
| Binary | 11111111 | 1011 | 11100 | 0 | 1100000 | 1011001 | 0 | 101100100 | 1100100 | 110100 |
Color Harmonies of #FF0B1C
Complementary color
Monochromatic Colors of #FF0B1C
Black with #FF0B1C
Text Example
Text Example
White with #FF0B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B1C; }
p { color: rgb(255,11,28); }
H1.HeaderClassName
{
color: #FF0B1C;
}
.AnyTagClassName
{
color: #FF0B1C;
}
</style>
background-color css
<style>
a { background-color: #FF0B1C; }
a { background-color: rgb(255,11,28); }
div.DivClassName
{
background-color: #FF0B1C;
}
.BgClassName
{
background-color: #FF0B1C;
}
</style>
border-color css
<style>
span { border-color: #FF0B1C; }
span { border-color: rgb(255,11,28); }
td.TdClassName
{
border-color: #FF0B1C;
}
.TagClassName
{
border-color: #FF0B1C;
}
</style>