Shades of Torch Red #FD2029
Tints of Torch Red #FD2029
RGB
CMYK
RGB Variations
Color information
#FD2029 (or 0xFD2029) is known color: Torch Red. HEX triplet: FD, 20 and 29. RGB value is (253,32,41). Sum of RGB (Red+Green+Blue) = 253+32+41=326 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.61% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2029 is #02DFD6. Grayscale: #636363. Windows color (decimal): -188375 or 2695421. OLE color: 2695421.
HSL color Cylindrical-coordinate representation of color #FD2029: hue angle of 357.56º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD2029 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 41 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.01 |
| HSL | 357.56º | 0.98% | 0.56% | - |
| HSV(B) | 357.56º | 0.87% | 0.99% | - |
| XYZ | 41.42 | 22.08 | 4.18 | - |
| YUV | 99.11 | 95.22 | 237.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 41 | 0 | 0.87 | 0.84 | 0.01 | 357.56 | 0.98 | 0.56 |
| Hex | FD | 20 | 29 | 0 | 57 | 54 | 1 | 166 | 62 | 38 |
| Octal | 375 | 40 | 51 | 0 | 127 | 124 | 1 | 546 | 142 | 70 |
| Binary | 11111101 | 100000 | 101001 | 0 | 1010111 | 1010100 | 1 | 101100110 | 1100010 | 111000 |
Color Harmonies of #FD2029
Complementary color
Monochromatic Colors of #FD2029
Black with #FD2029
Text Example
Text Example
White with #FD2029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2029; }
p { color: rgb(253,32,41); }
H1.HeaderClassName
{
color: #FD2029;
}
.AnyTagClassName
{
color: #FD2029;
}
</style>
background-color css
<style>
a { background-color: #FD2029; }
a { background-color: rgb(253,32,41); }
div.DivClassName
{
background-color: #FD2029;
}
.BgClassName
{
background-color: #FD2029;
}
</style>
border-color css
<style>
span { border-color: #FD2029; }
span { border-color: rgb(253,32,41); }
td.TdClassName
{
border-color: #FD2029;
}
.TagClassName
{
border-color: #FD2029;
}
</style>