Shades of Persian Red #DC3028
Tints of Persian Red #DC3028
RGB
CMYK
RGB Variations
Color information
#DC3028 (or 0xDC3028) is known color: Persian Red. HEX triplet: DC, 30 and 28. RGB value is (220,48,40). Sum of RGB (Red+Green+Blue) = 220+48+40=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3028 is #23CFD7. Grayscale: #626262. Windows color (decimal): -2346968 or 2633948. OLE color: 2633948.
HSL color Cylindrical-coordinate representation of color #DC3028: hue angle of 2.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC3028 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 40 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.14 |
| HSL | 2.67º | 0.72% | 0.51% | - |
| HSV(B) | 2.67º | 0.82% | 0.86% | - |
| XYZ | 30.96 | 17.48 | 3.75 | - |
| YUV | 98.52 | 94.98 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 40 | 0 | 0.78 | 0.82 | 0.14 | 2.67 | 0.72 | 0.51 |
| Hex | DC | 30 | 28 | 0 | 4E | 52 | E | 3 | 48 | 33 |
| Octal | 334 | 60 | 50 | 0 | 116 | 122 | 16 | 3 | 110 | 63 |
| Binary | 11011100 | 110000 | 101000 | 0 | 1001110 | 1010010 | 1110 | 11 | 1001000 | 110011 |
Color Harmonies of #DC3028
Complementary color
Monochromatic Colors of #DC3028
Black with #DC3028
Text Example
Text Example
White with #DC3028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3028; }
p { color: rgb(220,48,40); }
H1.HeaderClassName
{
color: #DC3028;
}
.AnyTagClassName
{
color: #DC3028;
}
</style>
background-color css
<style>
a { background-color: #DC3028; }
a { background-color: rgb(220,48,40); }
div.DivClassName
{
background-color: #DC3028;
}
.BgClassName
{
background-color: #DC3028;
}
</style>
border-color css
<style>
span { border-color: #DC3028; }
span { border-color: rgb(220,48,40); }
td.TdClassName
{
border-color: #DC3028;
}
.TagClassName
{
border-color: #DC3028;
}
</style>