Shades of Persian Red #DD3029
Tints of Persian Red #DD3029
RGB
CMYK
RGB Variations
Color information
#DD3029 (or 0xDD3029) is known color: Persian Red. HEX triplet: DD, 30 and 29. RGB value is (221,48,41). Sum of RGB (Red+Green+Blue) = 221+48+41=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3029 is #22CFD6. Grayscale: #636363. Windows color (decimal): -2281431 or 2699485. OLE color: 2699485.
HSL color Cylindrical-coordinate representation of color #DD3029: hue angle of 2.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD3029 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 41 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.13 |
| HSL | 2.33º | 0.73% | 0.51% | - |
| HSV(B) | 2.33º | 0.81% | 0.87% | - |
| XYZ | 31.28 | 17.65 | 3.86 | - |
| YUV | 98.93 | 95.31 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 41 | 0 | 0.78 | 0.81 | 0.13 | 2.33 | 0.73 | 0.51 |
| Hex | DD | 30 | 29 | 0 | 4E | 51 | D | 2 | 49 | 33 |
| Octal | 335 | 60 | 51 | 0 | 116 | 121 | 15 | 2 | 111 | 63 |
| Binary | 11011101 | 110000 | 101001 | 0 | 1001110 | 1010001 | 1101 | 10 | 1001001 | 110011 |
Color Harmonies of #DD3029
Complementary color
Monochromatic Colors of #DD3029
Black with #DD3029
Text Example
Text Example
White with #DD3029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3029; }
p { color: rgb(221,48,41); }
H1.HeaderClassName
{
color: #DD3029;
}
.AnyTagClassName
{
color: #DD3029;
}
</style>
background-color css
<style>
a { background-color: #DD3029; }
a { background-color: rgb(221,48,41); }
div.DivClassName
{
background-color: #DD3029;
}
.BgClassName
{
background-color: #DD3029;
}
</style>
border-color css
<style>
span { border-color: #DD3029; }
span { border-color: rgb(221,48,41); }
td.TdClassName
{
border-color: #DD3029;
}
.TagClassName
{
border-color: #DD3029;
}
</style>