Shades of Torch Red #FD0A16
Tints of Torch Red #FD0A16
RGB
CMYK
RGB Variations
Color information
#FD0A16 (or 0xFD0A16) is known color: Torch Red. HEX triplet: FD, 0A and 16. RGB value is (253,10,22). Sum of RGB (Red+Green+Blue) = 253+10+22=285 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.77% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0A16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0A16 is #02F5E9. Grayscale: #545454. Windows color (decimal): -194026 or 1444605. OLE color: 1444605.
HSL color Cylindrical-coordinate representation of color #FD0A16: hue angle of 357.04º 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 #FD0A16 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 22 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.01 |
| HSL | 357.04º | 0.98% | 0.52% | - |
| HSV(B) | 357.04º | 0.96% | 0.99% | - |
| XYZ | 40.76 | 21.16 | 2.69 | - |
| YUV | 84.03 | 93.01 | 248.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 22 | 0 | 0.96 | 0.91 | 0.01 | 357.04 | 0.98 | 0.52 |
| Hex | FD | A | 16 | 0 | 60 | 5B | 1 | 165 | 62 | 34 |
| Octal | 375 | 12 | 26 | 0 | 140 | 133 | 1 | 545 | 142 | 64 |
| Binary | 11111101 | 1010 | 10110 | 0 | 1100000 | 1011011 | 1 | 101100101 | 1100010 | 110100 |
Color Harmonies of #FD0A16
Complementary color
Monochromatic Colors of #FD0A16
Black with #FD0A16
Text Example
Text Example
White with #FD0A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0A16; }
p { color: rgb(253,10,22); }
H1.HeaderClassName
{
color: #FD0A16;
}
.AnyTagClassName
{
color: #FD0A16;
}
</style>
background-color css
<style>
a { background-color: #FD0A16; }
a { background-color: rgb(253,10,22); }
div.DivClassName
{
background-color: #FD0A16;
}
.BgClassName
{
background-color: #FD0A16;
}
</style>
border-color css
<style>
span { border-color: #FD0A16; }
span { border-color: rgb(253,10,22); }
td.TdClassName
{
border-color: #FD0A16;
}
.TagClassName
{
border-color: #FD0A16;
}
</style>