Shades of Torch Red #FD021C
Tints of Torch Red #FD021C
RGB
CMYK
RGB Variations
Color information
#FD021C (or 0xFD021C) is known color: Torch Red. HEX triplet: FD, 02 and 1C. RGB value is (253,2,28). Sum of RGB (Red+Green+Blue) = 253+2+28=283 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.40% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 253 - color contains mainly: red. Hex color #FD021C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD021C is #02FDE3. Grayscale: #505050. Windows color (decimal): -196068 or 1835773. OLE color: 1835773.
HSL color Cylindrical-coordinate representation of color #FD021C: hue angle of 353.78º 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 #FD021C is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.01 |
| HSL | 353.78º | 0.98% | 0.5% | - |
| HSV(B) | 353.78º | 0.99% | 0.99% | - |
| XYZ | 40.74 | 21.01 | 3.01 | - |
| YUV | 80.01 | 98.66 | 251.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 28 | 0 | 0.99 | 0.89 | 0.01 | 353.78 | 0.98 | 0.5 |
| Hex | FD | 2 | 1C | 0 | 63 | 59 | 1 | 162 | 62 | 32 |
| Octal | 375 | 2 | 34 | 0 | 143 | 131 | 1 | 542 | 142 | 62 |
| Binary | 11111101 | 10 | 11100 | 0 | 1100011 | 1011001 | 1 | 101100010 | 1100010 | 110010 |
Color Harmonies of #FD021C
Complementary color
Monochromatic Colors of #FD021C
Black with #FD021C
Text Example
Text Example
White with #FD021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD021C; }
p { color: rgb(253,2,28); }
H1.HeaderClassName
{
color: #FD021C;
}
.AnyTagClassName
{
color: #FD021C;
}
</style>
background-color css
<style>
a { background-color: #FD021C; }
a { background-color: rgb(253,2,28); }
div.DivClassName
{
background-color: #FD021C;
}
.BgClassName
{
background-color: #FD021C;
}
</style>
border-color css
<style>
span { border-color: #FD021C; }
span { border-color: rgb(253,2,28); }
td.TdClassName
{
border-color: #FD021C;
}
.TagClassName
{
border-color: #FD021C;
}
</style>