Shades of Persian Red #DD3028
Tints of Persian Red #DD3028
RGB
CMYK
RGB Variations
Color information
#DD3028 (or 0xDD3028) is known color: Persian Red. HEX triplet: DD, 30 and 28. RGB value is (221,48,40). Sum of RGB (Red+Green+Blue) = 221+48+40=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3028 is #22CFD7. Grayscale: #636363. Windows color (decimal): -2281432 or 2633949. OLE color: 2633949.
HSL color Cylindrical-coordinate representation of color #DD3028: hue angle of 2.65º 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 #DD3028 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 40 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.13 |
| HSL | 2.65º | 0.73% | 0.51% | - |
| HSV(B) | 2.65º | 0.82% | 0.87% | - |
| XYZ | 31.26 | 17.64 | 3.76 | - |
| YUV | 98.82 | 94.81 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 40 | 0 | 0.78 | 0.82 | 0.13 | 2.65 | 0.73 | 0.51 |
| Hex | DD | 30 | 28 | 0 | 4E | 52 | D | 3 | 49 | 33 |
| Octal | 335 | 60 | 50 | 0 | 116 | 122 | 15 | 3 | 111 | 63 |
| Binary | 11011101 | 110000 | 101000 | 0 | 1001110 | 1010010 | 1101 | 11 | 1001001 | 110011 |
Color Harmonies of #DD3028
Complementary color
Monochromatic Colors of #DD3028
Black with #DD3028
Text Example
Text Example
White with #DD3028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3028; }
p { color: rgb(221,48,40); }
H1.HeaderClassName
{
color: #DD3028;
}
.AnyTagClassName
{
color: #DD3028;
}
</style>
background-color css
<style>
a { background-color: #DD3028; }
a { background-color: rgb(221,48,40); }
div.DivClassName
{
background-color: #DD3028;
}
.BgClassName
{
background-color: #DD3028;
}
</style>
border-color css
<style>
span { border-color: #DD3028; }
span { border-color: rgb(221,48,40); }
td.TdClassName
{
border-color: #DD3028;
}
.TagClassName
{
border-color: #DD3028;
}
</style>