Shades of Torch Red #FD0229
Tints of Torch Red #FD0229
RGB
CMYK
RGB Variations
Color information
#FD0229 (or 0xFD0229) is known color: Torch Red. HEX triplet: FD, 02 and 29. RGB value is (253,2,41). Sum of RGB (Red+Green+Blue) = 253+2+41=296 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.47% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0229 is #02FDD6. Grayscale: #515151. Windows color (decimal): -196055 or 2687741. OLE color: 2687741.
HSL color Cylindrical-coordinate representation of color #FD0229: hue angle of 350.68º 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 #FD0229 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.01 |
| HSL | 350.68º | 0.98% | 0.5% | - |
| HSV(B) | 350.68º | 0.99% | 0.99% | - |
| XYZ | 40.93 | 21.09 | 4.01 | - |
| YUV | 81.5 | 105.16 | 250.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 41 | 0 | 0.99 | 0.84 | 0.01 | 350.68 | 0.98 | 0.5 |
| Hex | FD | 2 | 29 | 0 | 63 | 54 | 1 | 15F | 62 | 32 |
| Octal | 375 | 2 | 51 | 0 | 143 | 124 | 1 | 537 | 142 | 62 |
| Binary | 11111101 | 10 | 101001 | 0 | 1100011 | 1010100 | 1 | 101011111 | 1100010 | 110010 |
Color Harmonies of #FD0229
Complementary color
Monochromatic Colors of #FD0229
Black with #FD0229
Text Example
Text Example
White with #FD0229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0229; }
p { color: rgb(253,2,41); }
H1.HeaderClassName
{
color: #FD0229;
}
.AnyTagClassName
{
color: #FD0229;
}
</style>
background-color css
<style>
a { background-color: #FD0229; }
a { background-color: rgb(253,2,41); }
div.DivClassName
{
background-color: #FD0229;
}
.BgClassName
{
background-color: #FD0229;
}
</style>
border-color css
<style>
span { border-color: #FD0229; }
span { border-color: rgb(253,2,41); }
td.TdClassName
{
border-color: #FD0229;
}
.TagClassName
{
border-color: #FD0229;
}
</style>