Shades of Persian Red #DD2823
Tints of Persian Red #DD2823
RGB
CMYK
RGB Variations
Color information
#DD2823 (or 0xDD2823) is known color: Persian Red. HEX triplet: DD, 28 and 23. RGB value is (221,40,35). Sum of RGB (Red+Green+Blue) = 221+40+35=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2823 is #22D7DC. Grayscale: #5D5D5D. Windows color (decimal): -2283485 or 2304221. OLE color: 2304221.
HSL color Cylindrical-coordinate representation of color #DD2823: hue angle of 1.61º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2823 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 35 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.13 |
| HSL | 1.61º | 0.73% | 0.5% | - |
| HSV(B) | 1.61º | 0.84% | 0.87% | - |
| XYZ | 30.88 | 17.01 | 3.25 | - |
| YUV | 93.55 | 94.97 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 35 | 0 | 0.82 | 0.84 | 0.13 | 1.61 | 0.73 | 0.5 |
| Hex | DD | 28 | 23 | 0 | 52 | 54 | D | 2 | 49 | 32 |
| Octal | 335 | 50 | 43 | 0 | 122 | 124 | 15 | 2 | 111 | 62 |
| Binary | 11011101 | 101000 | 100011 | 0 | 1010010 | 1010100 | 1101 | 10 | 1001001 | 110010 |
Color Harmonies of #DD2823
Complementary color
Monochromatic Colors of #DD2823
Black with #DD2823
Text Example
Text Example
White with #DD2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2823; }
p { color: rgb(221,40,35); }
H1.HeaderClassName
{
color: #DD2823;
}
.AnyTagClassName
{
color: #DD2823;
}
</style>
background-color css
<style>
a { background-color: #DD2823; }
a { background-color: rgb(221,40,35); }
div.DivClassName
{
background-color: #DD2823;
}
.BgClassName
{
background-color: #DD2823;
}
</style>
border-color css
<style>
span { border-color: #DD2823; }
span { border-color: rgb(221,40,35); }
td.TdClassName
{
border-color: #DD2823;
}
.TagClassName
{
border-color: #DD2823;
}
</style>