Shades of Torch Red #FD2529
Tints of Torch Red #FD2529
RGB
CMYK
RGB Variations
Color information
#FD2529 (or 0xFD2529) is known color: Torch Red. HEX triplet: FD, 25 and 29. RGB value is (253,37,41). Sum of RGB (Red+Green+Blue) = 253+37+41=331 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.44% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2529 is #02DAD6. Grayscale: #666666. Windows color (decimal): -187095 or 2696701. OLE color: 2696701.
HSL color Cylindrical-coordinate representation of color #FD2529: hue angle of 358.89º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD2529 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 41 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.01 |
| HSL | 358.89º | 0.98% | 0.57% | - |
| HSV(B) | 358.89º | 0.85% | 0.99% | - |
| XYZ | 41.57 | 22.37 | 4.22 | - |
| YUV | 102.04 | 93.56 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 41 | 0 | 0.85 | 0.84 | 0.01 | 358.89 | 0.98 | 0.57 |
| Hex | FD | 25 | 29 | 0 | 55 | 54 | 1 | 167 | 62 | 39 |
| Octal | 375 | 45 | 51 | 0 | 125 | 124 | 1 | 547 | 142 | 71 |
| Binary | 11111101 | 100101 | 101001 | 0 | 1010101 | 1010100 | 1 | 101100111 | 1100010 | 111001 |
Color Harmonies of #FD2529
Complementary color
Monochromatic Colors of #FD2529
Black with #FD2529
Text Example
Text Example
White with #FD2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2529; }
p { color: rgb(253,37,41); }
H1.HeaderClassName
{
color: #FD2529;
}
.AnyTagClassName
{
color: #FD2529;
}
</style>
background-color css
<style>
a { background-color: #FD2529; }
a { background-color: rgb(253,37,41); }
div.DivClassName
{
background-color: #FD2529;
}
.BgClassName
{
background-color: #FD2529;
}
</style>
border-color css
<style>
span { border-color: #FD2529; }
span { border-color: rgb(253,37,41); }
td.TdClassName
{
border-color: #FD2529;
}
.TagClassName
{
border-color: #FD2529;
}
</style>