Shades of Torch Red #FD040B
Tints of Torch Red #FD040B
RGB
CMYK
RGB Variations
Color information
#FD040B (or 0xFD040B) is known color: Torch Red. HEX triplet: FD, 04 and 0B. RGB value is (253,4,11). Sum of RGB (Red+Green+Blue) = 253+4+11=268 (35% of max value = 765). Red value is 253 (99.22% from 255 or 94.40% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 253 - color contains mainly: red. Hex color #FD040B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD040B is #02FBF4. Grayscale: #4F4F4F. Windows color (decimal): -195573 or 722173. OLE color: 722173.
HSL color Cylindrical-coordinate representation of color #FD040B: hue angle of 358.31º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD040B is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.01 |
| HSL | 358.31º | 0.98% | 0.5% | - |
| HSV(B) | 358.31º | 0.98% | 0.99% | - |
| XYZ | 40.61 | 20.99 | 2.23 | - |
| YUV | 79.25 | 89.49 | 251.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 11 | 0 | 0.98 | 0.96 | 0.01 | 358.31 | 0.98 | 0.5 |
| Hex | FD | 4 | B | 0 | 62 | 60 | 1 | 166 | 62 | 32 |
| Octal | 375 | 4 | 13 | 0 | 142 | 140 | 1 | 546 | 142 | 62 |
| Binary | 11111101 | 100 | 1011 | 0 | 1100010 | 1100000 | 1 | 101100110 | 1100010 | 110010 |
Color Harmonies of #FD040B
Complementary color
Monochromatic Colors of #FD040B
Black with #FD040B
Text Example
Text Example
White with #FD040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD040B; }
p { color: rgb(253,4,11); }
H1.HeaderClassName
{
color: #FD040B;
}
.AnyTagClassName
{
color: #FD040B;
}
</style>
background-color css
<style>
a { background-color: #FD040B; }
a { background-color: rgb(253,4,11); }
div.DivClassName
{
background-color: #FD040B;
}
.BgClassName
{
background-color: #FD040B;
}
</style>
border-color css
<style>
span { border-color: #FD040B; }
span { border-color: rgb(253,4,11); }
td.TdClassName
{
border-color: #FD040B;
}
.TagClassName
{
border-color: #FD040B;
}
</style>