Shades of Torch Red #FF0B2E
Tints of Torch Red #FF0B2E
RGB
CMYK
RGB Variations
Color information
#FF0B2E (or 0xFF0B2E) is known color: Torch Red. HEX triplet: FF, 0B and 2E. RGB value is (255,11,46). Sum of RGB (Red+Green+Blue) = 255+11+46=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0B2E is #00F4D1. Grayscale: #585858. Windows color (decimal): -62674 or 3017727. OLE color: 3017727.
HSL color Cylindrical-coordinate representation of color #FF0B2E: hue angle of 351.39º 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 #FF0B2E is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 46 | - |
| CMYK | 0 | 0.96 | 0.82 | 0 |
| HSL | 351.39º | 1% | 0.52% | - |
| HSV(B) | 351.39º | 0.96% | 1% | - |
| XYZ | 41.85 | 21.7 | 4.57 | - |
| YUV | 87.95 | 104.34 | 247.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 46 | 0 | 0.96 | 0.82 | 0 | 351.39 | 1 | 0.52 |
| Hex | FF | B | 2E | 0 | 60 | 52 | 0 | 15F | 64 | 34 |
| Octal | 377 | 13 | 56 | 0 | 140 | 122 | 0 | 537 | 144 | 64 |
| Binary | 11111111 | 1011 | 101110 | 0 | 1100000 | 1010010 | 0 | 101011111 | 1100100 | 110100 |
Color Harmonies of #FF0B2E
Complementary color
Monochromatic Colors of #FF0B2E
Black with #FF0B2E
Text Example
Text Example
White with #FF0B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B2E; }
p { color: rgb(255,11,46); }
H1.HeaderClassName
{
color: #FF0B2E;
}
.AnyTagClassName
{
color: #FF0B2E;
}
</style>
background-color css
<style>
a { background-color: #FF0B2E; }
a { background-color: rgb(255,11,46); }
div.DivClassName
{
background-color: #FF0B2E;
}
.BgClassName
{
background-color: #FF0B2E;
}
</style>
border-color css
<style>
span { border-color: #FF0B2E; }
span { border-color: rgb(255,11,46); }
td.TdClassName
{
border-color: #FF0B2E;
}
.TagClassName
{
border-color: #FF0B2E;
}
</style>