Shades of Torch Red #FD0221
Tints of Torch Red #FD0221
RGB
CMYK
RGB Variations
Color information
#FD0221 (or 0xFD0221) is known color: Torch Red. HEX triplet: FD, 02 and 21. RGB value is (253,2,33). Sum of RGB (Red+Green+Blue) = 253+2+33=288 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.85% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0221 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0221 is #02FDDE. Grayscale: #505050. Windows color (decimal): -196063 or 2163453. OLE color: 2163453.
HSL color Cylindrical-coordinate representation of color #FD0221: hue angle of 352.59º 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 #FD0221 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.01 |
| HSL | 352.59º | 0.98% | 0.5% | - |
| HSV(B) | 352.59º | 0.99% | 0.99% | - |
| XYZ | 40.8 | 21.04 | 3.35 | - |
| YUV | 80.58 | 101.16 | 250.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 33 | 0 | 0.99 | 0.87 | 0.01 | 352.59 | 0.98 | 0.5 |
| Hex | FD | 2 | 21 | 0 | 63 | 57 | 1 | 161 | 62 | 32 |
| Octal | 375 | 2 | 41 | 0 | 143 | 127 | 1 | 541 | 142 | 62 |
| Binary | 11111101 | 10 | 100001 | 0 | 1100011 | 1010111 | 1 | 101100001 | 1100010 | 110010 |
Color Harmonies of #FD0221
Complementary color
Monochromatic Colors of #FD0221
Black with #FD0221
Text Example
Text Example
White with #FD0221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0221; }
p { color: rgb(253,2,33); }
H1.HeaderClassName
{
color: #FD0221;
}
.AnyTagClassName
{
color: #FD0221;
}
</style>
background-color css
<style>
a { background-color: #FD0221; }
a { background-color: rgb(253,2,33); }
div.DivClassName
{
background-color: #FD0221;
}
.BgClassName
{
background-color: #FD0221;
}
</style>
border-color css
<style>
span { border-color: #FD0221; }
span { border-color: rgb(253,2,33); }
td.TdClassName
{
border-color: #FD0221;
}
.TagClassName
{
border-color: #FD0221;
}
</style>