Shades of Torch Red #FD0629
Tints of Torch Red #FD0629
RGB
CMYK
RGB Variations
Color information
#FD0629 (or 0xFD0629) is known color: Torch Red. HEX triplet: FD, 06 and 29. RGB value is (253,6,41). Sum of RGB (Red+Green+Blue) = 253+6+41=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0629 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0629 is #02F9D6. Grayscale: #535353. Windows color (decimal): -195031 or 2688765. OLE color: 2688765.
HSL color Cylindrical-coordinate representation of color #FD0629: hue angle of 351.5º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0629 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 41 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.01 |
| HSL | 351.5º | 0.98% | 0.51% | - |
| HSV(B) | 351.5º | 0.98% | 0.99% | - |
| XYZ | 40.97 | 21.17 | 4.03 | - |
| YUV | 83.84 | 103.83 | 248.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 41 | 0 | 0.98 | 0.84 | 0.01 | 351.5 | 0.98 | 0.51 |
| Hex | FD | 6 | 29 | 0 | 62 | 54 | 1 | 15F | 62 | 33 |
| Octal | 375 | 6 | 51 | 0 | 142 | 124 | 1 | 537 | 142 | 63 |
| Binary | 11111101 | 110 | 101001 | 0 | 1100010 | 1010100 | 1 | 101011111 | 1100010 | 110011 |
Color Harmonies of #FD0629
Complementary color
Monochromatic Colors of #FD0629
Black with #FD0629
Text Example
Text Example
White with #FD0629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0629; }
p { color: rgb(253,6,41); }
H1.HeaderClassName
{
color: #FD0629;
}
.AnyTagClassName
{
color: #FD0629;
}
</style>
background-color css
<style>
a { background-color: #FD0629; }
a { background-color: rgb(253,6,41); }
div.DivClassName
{
background-color: #FD0629;
}
.BgClassName
{
background-color: #FD0629;
}
</style>
border-color css
<style>
span { border-color: #FD0629; }
span { border-color: rgb(253,6,41); }
td.TdClassName
{
border-color: #FD0629;
}
.TagClassName
{
border-color: #FD0629;
}
</style>