Shades of Persian Red #DC2C28
Tints of Persian Red #DC2C28
RGB
CMYK
RGB Variations
Color information
#DC2C28 (or 0xDC2C28) is known color: Persian Red. HEX triplet: DC, 2C and 28. RGB value is (220,44,40). Sum of RGB (Red+Green+Blue) = 220+44+40=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2C28 is #23D3D7. Grayscale: #606060. Windows color (decimal): -2347992 or 2632924. OLE color: 2632924.
HSL color Cylindrical-coordinate representation of color #DC2C28: hue angle of 1.33º 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 #DC2C28 is Cyan = 0, Magento = 0.8, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 40 | - |
| CMYK | 0 | 0.8 | 0.82 | 0.14 |
| HSL | 1.33º | 0.72% | 0.51% | - |
| HSV(B) | 1.33º | 0.82% | 0.86% | - |
| XYZ | 30.8 | 17.17 | 3.7 | - |
| YUV | 96.17 | 96.31 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 40 | 0 | 0.8 | 0.82 | 0.14 | 1.33 | 0.72 | 0.51 |
| Hex | DC | 2C | 28 | 0 | 50 | 52 | E | 1 | 48 | 33 |
| Octal | 334 | 54 | 50 | 0 | 120 | 122 | 16 | 1 | 110 | 63 |
| Binary | 11011100 | 101100 | 101000 | 0 | 1010000 | 1010010 | 1110 | 1 | 1001000 | 110011 |
Color Harmonies of #DC2C28
Complementary color
Monochromatic Colors of #DC2C28
Black with #DC2C28
Text Example
Text Example
White with #DC2C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C28; }
p { color: rgb(220,44,40); }
H1.HeaderClassName
{
color: #DC2C28;
}
.AnyTagClassName
{
color: #DC2C28;
}
</style>
background-color css
<style>
a { background-color: #DC2C28; }
a { background-color: rgb(220,44,40); }
div.DivClassName
{
background-color: #DC2C28;
}
.BgClassName
{
background-color: #DC2C28;
}
</style>
border-color css
<style>
span { border-color: #DC2C28; }
span { border-color: rgb(220,44,40); }
td.TdClassName
{
border-color: #DC2C28;
}
.TagClassName
{
border-color: #DC2C28;
}
</style>