Shades of Torch Red #FD0828
Tints of Torch Red #FD0828
RGB
CMYK
RGB Variations
Color information
#FD0828 (or 0xFD0828) is known color: Torch Red. HEX triplet: FD, 08 and 28. RGB value is (253,8,40). Sum of RGB (Red+Green+Blue) = 253+8+40=301 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.05% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0828 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0828 is #02F7D7. Grayscale: #555555. Windows color (decimal): -194520 or 2623741. OLE color: 2623741.
HSL color Cylindrical-coordinate representation of color #FD0828: hue angle of 352.16º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD0828 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 40 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.01 |
| HSL | 352.16º | 0.98% | 0.51% | - |
| HSV(B) | 352.16º | 0.97% | 0.99% | - |
| XYZ | 40.98 | 21.21 | 3.94 | - |
| YUV | 84.9 | 102.67 | 247.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 40 | 0 | 0.97 | 0.84 | 0.01 | 352.16 | 0.98 | 0.51 |
| Hex | FD | 8 | 28 | 0 | 61 | 54 | 1 | 160 | 62 | 33 |
| Octal | 375 | 10 | 50 | 0 | 141 | 124 | 1 | 540 | 142 | 63 |
| Binary | 11111101 | 1000 | 101000 | 0 | 1100001 | 1010100 | 1 | 101100000 | 1100010 | 110011 |
Color Harmonies of #FD0828
Complementary color
Monochromatic Colors of #FD0828
Black with #FD0828
Text Example
Text Example
White with #FD0828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0828; }
p { color: rgb(253,8,40); }
H1.HeaderClassName
{
color: #FD0828;
}
.AnyTagClassName
{
color: #FD0828;
}
</style>
background-color css
<style>
a { background-color: #FD0828; }
a { background-color: rgb(253,8,40); }
div.DivClassName
{
background-color: #FD0828;
}
.BgClassName
{
background-color: #FD0828;
}
</style>
border-color css
<style>
span { border-color: #FD0828; }
span { border-color: rgb(253,8,40); }
td.TdClassName
{
border-color: #FD0828;
}
.TagClassName
{
border-color: #FD0828;
}
</style>