Shades of Torch Red #FF0B3E
Tints of Torch Red #FF0B3E
RGB
CMYK
RGB Variations
Color information
#FF0B3E (or 0xFF0B3E) is known color: Torch Red. HEX triplet: FF, 0B and 3E. RGB value is (255,11,62). Sum of RGB (Red+Green+Blue) = 255+11+62=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0B3E is #00F4C1. Grayscale: #595959. Windows color (decimal): -62658 or 4066303. OLE color: 4066303.
HSL color Cylindrical-coordinate representation of color #FF0B3E: hue angle of 347.46º 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 #FF0B3E is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 62 | - |
| CMYK | 0 | 0.96 | 0.76 | 0 |
| HSL | 347.46º | 1% | 0.52% | - |
| HSV(B) | 347.46º | 0.96% | 1% | - |
| XYZ | 42.23 | 21.85 | 6.55 | - |
| YUV | 89.77 | 112.34 | 245.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 62 | 0 | 0.96 | 0.76 | 0 | 347.46 | 1 | 0.52 |
| Hex | FF | B | 3E | 0 | 60 | 4C | 0 | 15B | 64 | 34 |
| Octal | 377 | 13 | 76 | 0 | 140 | 114 | 0 | 533 | 144 | 64 |
| Binary | 11111111 | 1011 | 111110 | 0 | 1100000 | 1001100 | 0 | 101011011 | 1100100 | 110100 |
Color Harmonies of #FF0B3E
Complementary color
Monochromatic Colors of #FF0B3E
Black with #FF0B3E
Text Example
Text Example
White with #FF0B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B3E; }
p { color: rgb(255,11,62); }
H1.HeaderClassName
{
color: #FF0B3E;
}
.AnyTagClassName
{
color: #FF0B3E;
}
</style>
background-color css
<style>
a { background-color: #FF0B3E; }
a { background-color: rgb(255,11,62); }
div.DivClassName
{
background-color: #FF0B3E;
}
.BgClassName
{
background-color: #FF0B3E;
}
</style>
border-color css
<style>
span { border-color: #FF0B3E; }
span { border-color: rgb(255,11,62); }
td.TdClassName
{
border-color: #FF0B3E;
}
.TagClassName
{
border-color: #FF0B3E;
}
</style>