Shades of Torch Red #FD0B32
Tints of Torch Red #FD0B32
RGB
CMYK
RGB Variations
Color information
#FD0B32 (or 0xFD0B32) is known color: Torch Red. HEX triplet: FD, 0B and 32. RGB value is (253,11,50). Sum of RGB (Red+Green+Blue) = 253+11+50=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0B32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0B32 is #02F4CD. Grayscale: #575757. Windows color (decimal): -193742 or 3279869. OLE color: 3279869.
HSL color Cylindrical-coordinate representation of color #FD0B32: hue angle of 350.33º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0B32 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 11 | 50 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.01 |
| HSL | 350.33º | 0.98% | 0.52% | - |
| HSV(B) | 350.33º | 0.96% | 0.99% | - |
| XYZ | 41.2 | 21.35 | 4.97 | - |
| YUV | 87.8 | 106.67 | 245.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 50 | 0 | 0.96 | 0.80 | 0.01 | 350.33 | 0.98 | 0.52 |
| Hex | FD | B | 32 | 0 | 60 | 50 | 1 | 15E | 62 | 34 |
| Octal | 375 | 13 | 62 | 0 | 140 | 120 | 1 | 536 | 142 | 64 |
| Binary | 11111101 | 1011 | 110010 | 0 | 1100000 | 1010000 | 1 | 101011110 | 1100010 | 110100 |
Color Harmonies of #FD0B32
Complementary color
Monochromatic Colors of #FD0B32
Black with #FD0B32
Text Example
Text Example
White with #FD0B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0B32; }
p { color: rgb(253,11,50); }
H1.HeaderClassName
{
color: #FD0B32;
}
.AnyTagClassName
{
color: #FD0B32;
}
</style>
background-color css
<style>
a { background-color: #FD0B32; }
a { background-color: rgb(253,11,50); }
div.DivClassName
{
background-color: #FD0B32;
}
.BgClassName
{
background-color: #FD0B32;
}
</style>
border-color css
<style>
span { border-color: #FD0B32; }
span { border-color: rgb(253,11,50); }
td.TdClassName
{
border-color: #FD0B32;
}
.TagClassName
{
border-color: #FD0B32;
}
</style>