Shades of Torch Red #FD0717
Tints of Torch Red #FD0717
RGB
CMYK
RGB Variations
Color information
#FD0717 (or 0xFD0717) is known color: Torch Red. HEX triplet: FD, 07 and 17. RGB value is (253,7,23). Sum of RGB (Red+Green+Blue) = 253+7+23=283 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.40% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0717 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0717 is #02F8E8. Grayscale: #525252. Windows color (decimal): -194793 or 1509373. OLE color: 1509373.
HSL color Cylindrical-coordinate representation of color #FD0717: hue angle of 356.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD0717 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 7 | 23 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.01 |
| HSL | 356.1º | 0.98% | 0.51% | - |
| HSV(B) | 356.1º | 0.97% | 0.99% | - |
| XYZ | 40.74 | 21.1 | 2.74 | - |
| YUV | 82.38 | 94.5 | 249.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 7 | 23 | 0 | 0.97 | 0.91 | 0.01 | 356.1 | 0.98 | 0.51 |
| Hex | FD | 7 | 17 | 0 | 61 | 5B | 1 | 164 | 62 | 33 |
| Octal | 375 | 7 | 27 | 0 | 141 | 133 | 1 | 544 | 142 | 63 |
| Binary | 11111101 | 111 | 10111 | 0 | 1100001 | 1011011 | 1 | 101100100 | 1100010 | 110011 |
Color Harmonies of #FD0717
Complementary color
Monochromatic Colors of #FD0717
Black with #FD0717
Text Example
Text Example
White with #FD0717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0717; }
p { color: rgb(253,7,23); }
H1.HeaderClassName
{
color: #FD0717;
}
.AnyTagClassName
{
color: #FD0717;
}
</style>
background-color css
<style>
a { background-color: #FD0717; }
a { background-color: rgb(253,7,23); }
div.DivClassName
{
background-color: #FD0717;
}
.BgClassName
{
background-color: #FD0717;
}
</style>
border-color css
<style>
span { border-color: #FD0717; }
span { border-color: rgb(253,7,23); }
td.TdClassName
{
border-color: #FD0717;
}
.TagClassName
{
border-color: #FD0717;
}
</style>