Shades of Torch Red #FD0217
Tints of Torch Red #FD0217
RGB
CMYK
RGB Variations
Color information
#FD0217 (or 0xFD0217) is known color: Torch Red. HEX triplet: FD, 02 and 17. RGB value is (253,2,23). Sum of RGB (Red+Green+Blue) = 253+2+23=278 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.01% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0217 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0217 is #02FDE8. Grayscale: #4F4F4F. Windows color (decimal): -196073 or 1508093. OLE color: 1508093.
HSL color Cylindrical-coordinate representation of color #FD0217: hue angle of 354.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0217 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 23 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.01 |
| HSL | 354.98º | 0.98% | 0.5% | - |
| HSV(B) | 354.98º | 0.99% | 0.99% | - |
| XYZ | 40.68 | 20.99 | 2.72 | - |
| YUV | 79.44 | 96.16 | 251.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 23 | 0 | 0.99 | 0.91 | 0.01 | 354.98 | 0.98 | 0.5 |
| Hex | FD | 2 | 17 | 0 | 63 | 5B | 1 | 163 | 62 | 32 |
| Octal | 375 | 2 | 27 | 0 | 143 | 133 | 1 | 543 | 142 | 62 |
| Binary | 11111101 | 10 | 10111 | 0 | 1100011 | 1011011 | 1 | 101100011 | 1100010 | 110010 |
Color Harmonies of #FD0217
Complementary color
Monochromatic Colors of #FD0217
Black with #FD0217
Text Example
Text Example
White with #FD0217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0217; }
p { color: rgb(253,2,23); }
H1.HeaderClassName
{
color: #FD0217;
}
.AnyTagClassName
{
color: #FD0217;
}
</style>
background-color css
<style>
a { background-color: #FD0217; }
a { background-color: rgb(253,2,23); }
div.DivClassName
{
background-color: #FD0217;
}
.BgClassName
{
background-color: #FD0217;
}
</style>
border-color css
<style>
span { border-color: #FD0217; }
span { border-color: rgb(253,2,23); }
td.TdClassName
{
border-color: #FD0217;
}
.TagClassName
{
border-color: #FD0217;
}
</style>