Shades of Torch Red #FD1221
Tints of Torch Red #FD1221
RGB
CMYK
RGB Variations
Color information
#FD1221 (or 0xFD1221) is known color: Torch Red. HEX triplet: FD, 12 and 21. RGB value is (253,18,33). Sum of RGB (Red+Green+Blue) = 253+18+33=304 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.22% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1221 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1221 is #02EDDE. Grayscale: #5A5A5A. Windows color (decimal): -191967 or 2167549. OLE color: 2167549.
HSL color Cylindrical-coordinate representation of color #FD1221: hue angle of 356.17º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD1221 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 33 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.01 |
| HSL | 356.17º | 0.98% | 0.53% | - |
| HSV(B) | 356.17º | 0.93% | 0.99% | - |
| XYZ | 41 | 21.43 | 3.41 | - |
| YUV | 89.98 | 95.86 | 244.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 33 | 0 | 0.93 | 0.87 | 0.01 | 356.17 | 0.98 | 0.53 |
| Hex | FD | 12 | 21 | 0 | 5D | 57 | 1 | 164 | 62 | 35 |
| Octal | 375 | 22 | 41 | 0 | 135 | 127 | 1 | 544 | 142 | 65 |
| Binary | 11111101 | 10010 | 100001 | 0 | 1011101 | 1010111 | 1 | 101100100 | 1100010 | 110101 |
Color Harmonies of #FD1221
Complementary color
Monochromatic Colors of #FD1221
Black with #FD1221
Text Example
Text Example
White with #FD1221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1221; }
p { color: rgb(253,18,33); }
H1.HeaderClassName
{
color: #FD1221;
}
.AnyTagClassName
{
color: #FD1221;
}
</style>
background-color css
<style>
a { background-color: #FD1221; }
a { background-color: rgb(253,18,33); }
div.DivClassName
{
background-color: #FD1221;
}
.BgClassName
{
background-color: #FD1221;
}
</style>
border-color css
<style>
span { border-color: #FD1221; }
span { border-color: rgb(253,18,33); }
td.TdClassName
{
border-color: #FD1221;
}
.TagClassName
{
border-color: #FD1221;
}
</style>