Shades of Persian Red #DD2828
Tints of Persian Red #DD2828
RGB
CMYK
RGB Variations
Color information
#DD2828 (or 0xDD2828) is known color: Persian Red. HEX triplet: DD, 28 and 28. RGB value is (221,40,40). Sum of RGB (Red+Green+Blue) = 221+40+40=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2828 is #22D7D7. Grayscale: #5E5E5E. Windows color (decimal): -2283480 or 2631901. OLE color: 2631901.
HSL color Cylindrical-coordinate representation of color #DD2828: hue angle of 0º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2828 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 40 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.13 |
| HSL | 0º | 0.73% | 0.51% | - |
| HSV(B) | 0º | 0.82% | 0.87% | - |
| XYZ | 30.96 | 17.04 | 3.67 | - |
| YUV | 94.12 | 97.47 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 40 | 0 | 0.82 | 0.82 | 0.13 | 0 | 0.73 | 0.51 |
| Hex | DD | 28 | 28 | 0 | 52 | 52 | D | 0 | 49 | 33 |
| Octal | 335 | 50 | 50 | 0 | 122 | 122 | 15 | 0 | 111 | 63 |
| Binary | 11011101 | 101000 | 101000 | 0 | 1010010 | 1010010 | 1101 | 0 | 1001001 | 110011 |
Color Harmonies of #DD2828
Complementary color
Monochromatic Colors of #DD2828
Black with #DD2828
Text Example
Text Example
White with #DD2828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2828; }
p { color: rgb(221,40,40); }
H1.HeaderClassName
{
color: #DD2828;
}
.AnyTagClassName
{
color: #DD2828;
}
</style>
background-color css
<style>
a { background-color: #DD2828; }
a { background-color: rgb(221,40,40); }
div.DivClassName
{
background-color: #DD2828;
}
.BgClassName
{
background-color: #DD2828;
}
</style>
border-color css
<style>
span { border-color: #DD2828; }
span { border-color: rgb(221,40,40); }
td.TdClassName
{
border-color: #DD2828;
}
.TagClassName
{
border-color: #DD2828;
}
</style>