Shades of Torch Red #FF0B32
Tints of Torch Red #FF0B32
RGB
CMYK
RGB Variations
Color information
#FF0B32 (or 0xFF0B32) is known color: Torch Red. HEX triplet: FF, 0B and 32. RGB value is (255,11,50). Sum of RGB (Red+Green+Blue) = 255+11+50=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0B32 is #00F4CD. Grayscale: #585858. Windows color (decimal): -62670 or 3279871. OLE color: 3279871.
HSL color Cylindrical-coordinate representation of color #FF0B32: hue angle of 350.41º 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 #FF0B32 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 50 | - |
| CMYK | 0 | 0.96 | 0.80 | 0 |
| HSL | 350.41º | 1% | 0.52% | - |
| HSV(B) | 350.41º | 0.96% | 1% | - |
| XYZ | 41.94 | 21.73 | 5 | - |
| YUV | 88.4 | 106.34 | 246.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 50 | 0 | 0.96 | 0.80 | 0 | 350.41 | 1 | 0.52 |
| Hex | FF | B | 32 | 0 | 60 | 50 | 0 | 15E | 64 | 34 |
| Octal | 377 | 13 | 62 | 0 | 140 | 120 | 0 | 536 | 144 | 64 |
| Binary | 11111111 | 1011 | 110010 | 0 | 1100000 | 1010000 | 0 | 101011110 | 1100100 | 110100 |
Color Harmonies of #FF0B32
Complementary color
Monochromatic Colors of #FF0B32
Black with #FF0B32
Text Example
Text Example
White with #FF0B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B32; }
p { color: rgb(255,11,50); }
H1.HeaderClassName
{
color: #FF0B32;
}
.AnyTagClassName
{
color: #FF0B32;
}
</style>
background-color css
<style>
a { background-color: #FF0B32; }
a { background-color: rgb(255,11,50); }
div.DivClassName
{
background-color: #FF0B32;
}
.BgClassName
{
background-color: #FF0B32;
}
</style>
border-color css
<style>
span { border-color: #FF0B32; }
span { border-color: rgb(255,11,50); }
td.TdClassName
{
border-color: #FF0B32;
}
.TagClassName
{
border-color: #FF0B32;
}
</style>