Shades of Torch Red #FD2629
Tints of Torch Red #FD2629
RGB
CMYK
RGB Variations
Color information
#FD2629 (or 0xFD2629) is known color: Torch Red. HEX triplet: FD, 26 and 29. RGB value is (253,38,41). Sum of RGB (Red+Green+Blue) = 253+38+41=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2629 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2629 is #02D9D6. Grayscale: #666666. Windows color (decimal): -186839 or 2696957. OLE color: 2696957.
HSL color Cylindrical-coordinate representation of color #FD2629: hue angle of 359.16º 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 #FD2629 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 38 | 41 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.01 |
| HSL | 359.16º | 0.98% | 0.57% | - |
| HSV(B) | 359.16º | 0.85% | 0.99% | - |
| XYZ | 41.6 | 22.43 | 4.23 | - |
| YUV | 102.63 | 93.23 | 235.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 38 | 41 | 0 | 0.85 | 0.84 | 0.01 | 359.16 | 0.98 | 0.57 |
| Hex | FD | 26 | 29 | 0 | 55 | 54 | 1 | 167 | 62 | 39 |
| Octal | 375 | 46 | 51 | 0 | 125 | 124 | 1 | 547 | 142 | 71 |
| Binary | 11111101 | 100110 | 101001 | 0 | 1010101 | 1010100 | 1 | 101100111 | 1100010 | 111001 |
Color Harmonies of #FD2629
Complementary color
Monochromatic Colors of #FD2629
Black with #FD2629
Text Example
Text Example
White with #FD2629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2629; }
p { color: rgb(253,38,41); }
H1.HeaderClassName
{
color: #FD2629;
}
.AnyTagClassName
{
color: #FD2629;
}
</style>
background-color css
<style>
a { background-color: #FD2629; }
a { background-color: rgb(253,38,41); }
div.DivClassName
{
background-color: #FD2629;
}
.BgClassName
{
background-color: #FD2629;
}
</style>
border-color css
<style>
span { border-color: #FD2629; }
span { border-color: rgb(253,38,41); }
td.TdClassName
{
border-color: #FD2629;
}
.TagClassName
{
border-color: #FD2629;
}
</style>