Shades of Torch Red #FF0B3D
Tints of Torch Red #FF0B3D
RGB
CMYK
RGB Variations
Color information
#FF0B3D (or 0xFF0B3D) is known color: Torch Red. HEX triplet: FF, 0B and 3D. RGB value is (255,11,61). Sum of RGB (Red+Green+Blue) = 255+11+61=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B3D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0B3D is #00F4C2. Grayscale: #595959. Windows color (decimal): -62659 or 4000767. OLE color: 4000767.
HSL color Cylindrical-coordinate representation of color #FF0B3D: hue angle of 347.7º 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 #FF0B3D is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 61 | - |
| CMYK | 0 | 0.96 | 0.76 | 0 |
| HSL | 347.7º | 1% | 0.52% | - |
| HSV(B) | 347.7º | 0.96% | 1% | - |
| XYZ | 42.2 | 21.84 | 6.41 | - |
| YUV | 89.66 | 111.84 | 245.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 61 | 0 | 0.96 | 0.76 | 0 | 347.7 | 1 | 0.52 |
| Hex | FF | B | 3D | 0 | 60 | 4C | 0 | 15C | 64 | 34 |
| Octal | 377 | 13 | 75 | 0 | 140 | 114 | 0 | 534 | 144 | 64 |
| Binary | 11111111 | 1011 | 111101 | 0 | 1100000 | 1001100 | 0 | 101011100 | 1100100 | 110100 |
Color Harmonies of #FF0B3D
Complementary color
Monochromatic Colors of #FF0B3D
Black with #FF0B3D
Text Example
Text Example
White with #FF0B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B3D; }
p { color: rgb(255,11,61); }
H1.HeaderClassName
{
color: #FF0B3D;
}
.AnyTagClassName
{
color: #FF0B3D;
}
</style>
background-color css
<style>
a { background-color: #FF0B3D; }
a { background-color: rgb(255,11,61); }
div.DivClassName
{
background-color: #FF0B3D;
}
.BgClassName
{
background-color: #FF0B3D;
}
</style>
border-color css
<style>
span { border-color: #FF0B3D; }
span { border-color: rgb(255,11,61); }
td.TdClassName
{
border-color: #FF0B3D;
}
.TagClassName
{
border-color: #FF0B3D;
}
</style>