Shades of Torch Red #FD1022
Tints of Torch Red #FD1022
RGB
CMYK
RGB Variations
Color information
#FD1022 (or 0xFD1022) is known color: Torch Red. HEX triplet: FD, 10 and 22. RGB value is (253,16,34). Sum of RGB (Red+Green+Blue) = 253+16+34=303 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.50% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1022 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1022 is #02EFDD. Grayscale: #595959. Windows color (decimal): -192478 or 2232573. OLE color: 2232573.
HSL color Cylindrical-coordinate representation of color #FD1022: hue angle of 355.44º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD1022 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 34 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.01 |
| HSL | 355.44º | 0.98% | 0.53% | - |
| HSV(B) | 355.44º | 0.94% | 0.99% | - |
| XYZ | 40.98 | 21.37 | 3.48 | - |
| YUV | 88.92 | 97.02 | 245.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 34 | 0 | 0.94 | 0.87 | 0.01 | 355.44 | 0.98 | 0.53 |
| Hex | FD | 10 | 22 | 0 | 5E | 57 | 1 | 163 | 62 | 35 |
| Octal | 375 | 20 | 42 | 0 | 136 | 127 | 1 | 543 | 142 | 65 |
| Binary | 11111101 | 10000 | 100010 | 0 | 1011110 | 1010111 | 1 | 101100011 | 1100010 | 110101 |
Color Harmonies of #FD1022
Complementary color
Monochromatic Colors of #FD1022
Black with #FD1022
Text Example
Text Example
White with #FD1022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1022; }
p { color: rgb(253,16,34); }
H1.HeaderClassName
{
color: #FD1022;
}
.AnyTagClassName
{
color: #FD1022;
}
</style>
background-color css
<style>
a { background-color: #FD1022; }
a { background-color: rgb(253,16,34); }
div.DivClassName
{
background-color: #FD1022;
}
.BgClassName
{
background-color: #FD1022;
}
</style>
border-color css
<style>
span { border-color: #FD1022; }
span { border-color: rgb(253,16,34); }
td.TdClassName
{
border-color: #FD1022;
}
.TagClassName
{
border-color: #FD1022;
}
</style>