Shades of Torch Red #FD022A
Tints of Torch Red #FD022A
RGB
CMYK
RGB Variations
Color information
#FD022A (or 0xFD022A) is known color: Torch Red. HEX triplet: FD, 02 and 2A. RGB value is (253,2,42). Sum of RGB (Red+Green+Blue) = 253+2+42=297 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.19% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 253 - color contains mainly: red. Hex color #FD022A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD022A is #02FDD5. Grayscale: #515151. Windows color (decimal): -196054 or 2753277. OLE color: 2753277.
HSL color Cylindrical-coordinate representation of color #FD022A: hue angle of 350.44º 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 #FD022A is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 42 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.01 |
| HSL | 350.44º | 0.98% | 0.5% | - |
| HSV(B) | 350.44º | 0.99% | 0.99% | - |
| XYZ | 40.95 | 21.09 | 4.1 | - |
| YUV | 81.61 | 105.66 | 250.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 42 | 0 | 0.99 | 0.83 | 0.01 | 350.44 | 0.98 | 0.5 |
| Hex | FD | 2 | 2A | 0 | 63 | 53 | 1 | 15E | 62 | 32 |
| Octal | 375 | 2 | 52 | 0 | 143 | 123 | 1 | 536 | 142 | 62 |
| Binary | 11111101 | 10 | 101010 | 0 | 1100011 | 1010011 | 1 | 101011110 | 1100010 | 110010 |
Color Harmonies of #FD022A
Complementary color
Monochromatic Colors of #FD022A
Black with #FD022A
Text Example
Text Example
White with #FD022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD022A; }
p { color: rgb(253,2,42); }
H1.HeaderClassName
{
color: #FD022A;
}
.AnyTagClassName
{
color: #FD022A;
}
</style>
background-color css
<style>
a { background-color: #FD022A; }
a { background-color: rgb(253,2,42); }
div.DivClassName
{
background-color: #FD022A;
}
.BgClassName
{
background-color: #FD022A;
}
</style>
border-color css
<style>
span { border-color: #FD022A; }
span { border-color: rgb(253,2,42); }
td.TdClassName
{
border-color: #FD022A;
}
.TagClassName
{
border-color: #FD022A;
}
</style>