Shades of Torch Red #FF0B2F
Tints of Torch Red #FF0B2F
RGB
CMYK
RGB Variations
Color information
#FF0B2F (or 0xFF0B2F) is known color: Torch Red. HEX triplet: FF, 0B and 2F. RGB value is (255,11,47). Sum of RGB (Red+Green+Blue) = 255+11+47=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0B2F is #00F4D0. Grayscale: #585858. Windows color (decimal): -62673 or 3083263. OLE color: 3083263.
HSL color Cylindrical-coordinate representation of color #FF0B2F: hue angle of 351.15º 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 #FF0B2F is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 47 | - |
| CMYK | 0 | 0.96 | 0.82 | 0 |
| HSL | 351.15º | 1% | 0.52% | - |
| HSV(B) | 351.15º | 0.96% | 1% | - |
| XYZ | 41.87 | 21.7 | 4.67 | - |
| YUV | 88.06 | 104.84 | 247.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 47 | 0 | 0.96 | 0.82 | 0 | 351.15 | 1 | 0.52 |
| Hex | FF | B | 2F | 0 | 60 | 52 | 0 | 15F | 64 | 34 |
| Octal | 377 | 13 | 57 | 0 | 140 | 122 | 0 | 537 | 144 | 64 |
| Binary | 11111111 | 1011 | 101111 | 0 | 1100000 | 1010010 | 0 | 101011111 | 1100100 | 110100 |
Color Harmonies of #FF0B2F
Complementary color
Monochromatic Colors of #FF0B2F
Black with #FF0B2F
Text Example
Text Example
White with #FF0B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B2F; }
p { color: rgb(255,11,47); }
H1.HeaderClassName
{
color: #FF0B2F;
}
.AnyTagClassName
{
color: #FF0B2F;
}
</style>
background-color css
<style>
a { background-color: #FF0B2F; }
a { background-color: rgb(255,11,47); }
div.DivClassName
{
background-color: #FF0B2F;
}
.BgClassName
{
background-color: #FF0B2F;
}
</style>
border-color css
<style>
span { border-color: #FF0B2F; }
span { border-color: rgb(255,11,47); }
td.TdClassName
{
border-color: #FF0B2F;
}
.TagClassName
{
border-color: #FF0B2F;
}
</style>