Shades of Persian Red #DC2C29
Tints of Persian Red #DC2C29
RGB
CMYK
RGB Variations
Color information
#DC2C29 (or 0xDC2C29) is known color: Persian Red. HEX triplet: DC, 2C and 29. RGB value is (220,44,41). Sum of RGB (Red+Green+Blue) = 220+44+41=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2C29 is #23D3D6. Grayscale: #606060. Windows color (decimal): -2347991 or 2698460. OLE color: 2698460.
HSL color Cylindrical-coordinate representation of color #DC2C29: hue angle of 1.01º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2C29 is Cyan = 0, Magento = 0.8, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 41 | - |
| CMYK | 0 | 0.8 | 0.81 | 0.14 |
| HSL | 1.01º | 0.72% | 0.51% | - |
| HSV(B) | 1.01º | 0.81% | 0.86% | - |
| XYZ | 30.82 | 17.18 | 3.79 | - |
| YUV | 96.28 | 96.81 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 41 | 0 | 0.8 | 0.81 | 0.14 | 1.01 | 0.72 | 0.51 |
| Hex | DC | 2C | 29 | 0 | 50 | 51 | E | 1 | 48 | 33 |
| Octal | 334 | 54 | 51 | 0 | 120 | 121 | 16 | 1 | 110 | 63 |
| Binary | 11011100 | 101100 | 101001 | 0 | 1010000 | 1010001 | 1110 | 1 | 1001000 | 110011 |
Color Harmonies of #DC2C29
Complementary color
Monochromatic Colors of #DC2C29
Black with #DC2C29
Text Example
Text Example
White with #DC2C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C29; }
p { color: rgb(220,44,41); }
H1.HeaderClassName
{
color: #DC2C29;
}
.AnyTagClassName
{
color: #DC2C29;
}
</style>
background-color css
<style>
a { background-color: #DC2C29; }
a { background-color: rgb(220,44,41); }
div.DivClassName
{
background-color: #DC2C29;
}
.BgClassName
{
background-color: #DC2C29;
}
</style>
border-color css
<style>
span { border-color: #DC2C29; }
span { border-color: rgb(220,44,41); }
td.TdClassName
{
border-color: #DC2C29;
}
.TagClassName
{
border-color: #DC2C29;
}
</style>