Shades of Torch Red #FF0B2A
Tints of Torch Red #FF0B2A
RGB
CMYK
RGB Variations
Color information
#FF0B2A (or 0xFF0B2A) is known color: Torch Red. HEX triplet: FF, 0B and 2A. RGB value is (255,11,42). Sum of RGB (Red+Green+Blue) = 255+11+42=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0B2A is #00F4D5. Grayscale: #575757. Windows color (decimal): -62678 or 2755583. OLE color: 2755583.
HSL color Cylindrical-coordinate representation of color #FF0B2A: hue angle of 352.38º 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 #FF0B2A is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 42 | - |
| CMYK | 0 | 0.96 | 0.84 | 0 |
| HSL | 352.38º | 1% | 0.52% | - |
| HSV(B) | 352.38º | 0.96% | 1% | - |
| XYZ | 41.78 | 21.67 | 4.17 | - |
| YUV | 87.49 | 102.34 | 247.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 42 | 0 | 0.96 | 0.84 | 0 | 352.38 | 1 | 0.52 |
| Hex | FF | B | 2A | 0 | 60 | 54 | 0 | 160 | 64 | 34 |
| Octal | 377 | 13 | 52 | 0 | 140 | 124 | 0 | 540 | 144 | 64 |
| Binary | 11111111 | 1011 | 101010 | 0 | 1100000 | 1010100 | 0 | 101100000 | 1100100 | 110100 |
Color Harmonies of #FF0B2A
Complementary color
Monochromatic Colors of #FF0B2A
Black with #FF0B2A
Text Example
Text Example
White with #FF0B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B2A; }
p { color: rgb(255,11,42); }
H1.HeaderClassName
{
color: #FF0B2A;
}
.AnyTagClassName
{
color: #FF0B2A;
}
</style>
background-color css
<style>
a { background-color: #FF0B2A; }
a { background-color: rgb(255,11,42); }
div.DivClassName
{
background-color: #FF0B2A;
}
.BgClassName
{
background-color: #FF0B2A;
}
</style>
border-color css
<style>
span { border-color: #FF0B2A; }
span { border-color: rgb(255,11,42); }
td.TdClassName
{
border-color: #FF0B2A;
}
.TagClassName
{
border-color: #FF0B2A;
}
</style>