Shades of Torch Red #FD0821
Tints of Torch Red #FD0821
RGB
CMYK
RGB Variations
Color information
#FD0821 (or 0xFD0821) is known color: Torch Red. HEX triplet: FD, 08 and 21. RGB value is (253,8,33). Sum of RGB (Red+Green+Blue) = 253+8+33=294 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.05% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0821 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0821 is #02F7DE. Grayscale: #545454. Windows color (decimal): -194527 or 2164989. OLE color: 2164989.
HSL color Cylindrical-coordinate representation of color #FD0821: hue angle of 353.88º 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 #FD0821 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 33 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.01 |
| HSL | 353.88º | 0.98% | 0.51% | - |
| HSV(B) | 353.88º | 0.97% | 0.99% | - |
| XYZ | 40.87 | 21.17 | 3.37 | - |
| YUV | 84.11 | 99.17 | 248.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 33 | 0 | 0.97 | 0.87 | 0.01 | 353.88 | 0.98 | 0.51 |
| Hex | FD | 8 | 21 | 0 | 61 | 57 | 1 | 162 | 62 | 33 |
| Octal | 375 | 10 | 41 | 0 | 141 | 127 | 1 | 542 | 142 | 63 |
| Binary | 11111101 | 1000 | 100001 | 0 | 1100001 | 1010111 | 1 | 101100010 | 1100010 | 110011 |
Color Harmonies of #FD0821
Complementary color
Monochromatic Colors of #FD0821
Black with #FD0821
Text Example
Text Example
White with #FD0821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0821; }
p { color: rgb(253,8,33); }
H1.HeaderClassName
{
color: #FD0821;
}
.AnyTagClassName
{
color: #FD0821;
}
</style>
background-color css
<style>
a { background-color: #FD0821; }
a { background-color: rgb(253,8,33); }
div.DivClassName
{
background-color: #FD0821;
}
.BgClassName
{
background-color: #FD0821;
}
</style>
border-color css
<style>
span { border-color: #FD0821; }
span { border-color: rgb(253,8,33); }
td.TdClassName
{
border-color: #FD0821;
}
.TagClassName
{
border-color: #FD0821;
}
</style>