Shades of Torch Red #FF0B1A
Tints of Torch Red #FF0B1A
RGB
CMYK
RGB Variations
Color information
#FF0B1A (or 0xFF0B1A) is known color: Torch Red. HEX triplet: FF, 0B and 1A. RGB value is (255,11,26). Sum of RGB (Red+Green+Blue) = 255+11+26=292 (38% of max value = 765). Red value is 255 (100% from 255 or 87.33% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B1A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0B1A is #00F4E5. Grayscale: #555555. Windows color (decimal): -62694 or 1707007. OLE color: 1707007.
HSL color Cylindrical-coordinate representation of color #FF0B1A: hue angle of 356.31º 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 #FF0B1A is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 26 | - |
| CMYK | 0 | 0.96 | 0.90 | 0 |
| HSL | 356.31º | 1% | 0.52% | - |
| HSV(B) | 356.31º | 0.96% | 1% | - |
| XYZ | 41.55 | 21.57 | 2.95 | - |
| YUV | 85.67 | 94.34 | 248.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 26 | 0 | 0.96 | 0.90 | 0 | 356.31 | 1 | 0.52 |
| Hex | FF | B | 1A | 0 | 60 | 5A | 0 | 164 | 64 | 34 |
| Octal | 377 | 13 | 32 | 0 | 140 | 132 | 0 | 544 | 144 | 64 |
| Binary | 11111111 | 1011 | 11010 | 0 | 1100000 | 1011010 | 0 | 101100100 | 1100100 | 110100 |
Color Harmonies of #FF0B1A
Complementary color
Monochromatic Colors of #FF0B1A
Black with #FF0B1A
Text Example
Text Example
White with #FF0B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B1A; }
p { color: rgb(255,11,26); }
H1.HeaderClassName
{
color: #FF0B1A;
}
.AnyTagClassName
{
color: #FF0B1A;
}
</style>
background-color css
<style>
a { background-color: #FF0B1A; }
a { background-color: rgb(255,11,26); }
div.DivClassName
{
background-color: #FF0B1A;
}
.BgClassName
{
background-color: #FF0B1A;
}
</style>
border-color css
<style>
span { border-color: #FF0B1A; }
span { border-color: rgb(255,11,26); }
td.TdClassName
{
border-color: #FF0B1A;
}
.TagClassName
{
border-color: #FF0B1A;
}
</style>