Shades of Torch Red #FD0B11
Tints of Torch Red #FD0B11
RGB
CMYK
RGB Variations
Color information
#FD0B11 (or 0xFD0B11) is known color: Torch Red. HEX triplet: FD, 0B and 11. RGB value is (253,11,17). Sum of RGB (Red+Green+Blue) = 253+11+17=281 (37% of max value = 765). Red value is 253 (99.22% from 255 or 90.04% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0B11 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0B11 is #02F4EE. Grayscale: #545454. Windows color (decimal): -193775 or 1117181. OLE color: 1117181.
HSL color Cylindrical-coordinate representation of color #FD0B11: hue angle of 358.51º 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 #FD0B11 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 11 | 17 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.01 |
| HSL | 358.51º | 0.98% | 0.52% | - |
| HSV(B) | 358.51º | 0.96% | 0.99% | - |
| XYZ | 40.73 | 21.16 | 2.47 | - |
| YUV | 84.04 | 90.17 | 248.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 11 | 17 | 0 | 0.96 | 0.93 | 0.01 | 358.51 | 0.98 | 0.52 |
| Hex | FD | B | 11 | 0 | 60 | 5D | 1 | 167 | 62 | 34 |
| Octal | 375 | 13 | 21 | 0 | 140 | 135 | 1 | 547 | 142 | 64 |
| Binary | 11111101 | 1011 | 10001 | 0 | 1100000 | 1011101 | 1 | 101100111 | 1100010 | 110100 |
Color Harmonies of #FD0B11
Complementary color
Monochromatic Colors of #FD0B11
Black with #FD0B11
Text Example
Text Example
White with #FD0B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0B11; }
p { color: rgb(253,11,17); }
H1.HeaderClassName
{
color: #FD0B11;
}
.AnyTagClassName
{
color: #FD0B11;
}
</style>
background-color css
<style>
a { background-color: #FD0B11; }
a { background-color: rgb(253,11,17); }
div.DivClassName
{
background-color: #FD0B11;
}
.BgClassName
{
background-color: #FD0B11;
}
</style>
border-color css
<style>
span { border-color: #FD0B11; }
span { border-color: rgb(253,11,17); }
td.TdClassName
{
border-color: #FD0B11;
}
.TagClassName
{
border-color: #FD0B11;
}
</style>