Shades of Red Orange #FD2828
Tints of Red Orange #FD2828
RGB
CMYK
RGB Variations
Color information
#FD2828 (or 0xFD2828) is known color: Red Orange. HEX triplet: FD, 28 and 28. RGB value is (253,40,40). Sum of RGB (Red+Green+Blue) = 253+40+40=333 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.98% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2828 is #02D7D7. Grayscale: #676767. Windows color (decimal): -186328 or 2631933. OLE color: 2631933.
HSL color Cylindrical-coordinate representation of color #FD2828: hue angle of 0º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD2828 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 40 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.01 |
| HSL | 0º | 0.98% | 0.57% | - |
| HSV(B) | 0º | 0.84% | 0.99% | - |
| XYZ | 41.65 | 22.55 | 4.17 | - |
| YUV | 103.69 | 92.07 | 234.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 40 | 0 | 0.84 | 0.84 | 0.01 | 0 | 0.98 | 0.57 |
| Hex | FD | 28 | 28 | 0 | 54 | 54 | 1 | 0 | 62 | 39 |
| Octal | 375 | 50 | 50 | 0 | 124 | 124 | 1 | 0 | 142 | 71 |
| Binary | 11111101 | 101000 | 101000 | 0 | 1010100 | 1010100 | 1 | 0 | 1100010 | 111001 |
Color Harmonies of #FD2828
Complementary color
Monochromatic Colors of #FD2828
Black with #FD2828
Text Example
Text Example
White with #FD2828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2828; }
p { color: rgb(253,40,40); }
H1.HeaderClassName
{
color: #FD2828;
}
.AnyTagClassName
{
color: #FD2828;
}
</style>
background-color css
<style>
a { background-color: #FD2828; }
a { background-color: rgb(253,40,40); }
div.DivClassName
{
background-color: #FD2828;
}
.BgClassName
{
background-color: #FD2828;
}
</style>
border-color css
<style>
span { border-color: #FD2828; }
span { border-color: rgb(253,40,40); }
td.TdClassName
{
border-color: #FD2828;
}
.TagClassName
{
border-color: #FD2828;
}
</style>