Shades of Torch Red #FD0A17
Tints of Torch Red #FD0A17
RGB
CMYK
RGB Variations
Color information
#FD0A17 (or 0xFD0A17) is known color: Torch Red. HEX triplet: FD, 0A and 17. RGB value is (253,10,23). Sum of RGB (Red+Green+Blue) = 253+10+23=286 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.46% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0A17 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0A17 is #02F5E8. Grayscale: #545454. Windows color (decimal): -194025 or 1510141. OLE color: 1510141.
HSL color Cylindrical-coordinate representation of color #FD0A17: hue angle of 356.79º 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 #FD0A17 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 23 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.01 |
| HSL | 356.79º | 0.98% | 0.52% | - |
| HSV(B) | 356.79º | 0.96% | 0.99% | - |
| XYZ | 40.77 | 21.16 | 2.75 | - |
| YUV | 84.14 | 93.51 | 248.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 23 | 0 | 0.96 | 0.91 | 0.01 | 356.79 | 0.98 | 0.52 |
| Hex | FD | A | 17 | 0 | 60 | 5B | 1 | 165 | 62 | 34 |
| Octal | 375 | 12 | 27 | 0 | 140 | 133 | 1 | 545 | 142 | 64 |
| Binary | 11111101 | 1010 | 10111 | 0 | 1100000 | 1011011 | 1 | 101100101 | 1100010 | 110100 |
Color Harmonies of #FD0A17
Complementary color
Monochromatic Colors of #FD0A17
Black with #FD0A17
Text Example
Text Example
White with #FD0A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0A17; }
p { color: rgb(253,10,23); }
H1.HeaderClassName
{
color: #FD0A17;
}
.AnyTagClassName
{
color: #FD0A17;
}
</style>
background-color css
<style>
a { background-color: #FD0A17; }
a { background-color: rgb(253,10,23); }
div.DivClassName
{
background-color: #FD0A17;
}
.BgClassName
{
background-color: #FD0A17;
}
</style>
border-color css
<style>
span { border-color: #FD0A17; }
span { border-color: rgb(253,10,23); }
td.TdClassName
{
border-color: #FD0A17;
}
.TagClassName
{
border-color: #FD0A17;
}
</style>