Shades of Persian Red #DC2C21
Tints of Persian Red #DC2C21
RGB
CMYK
RGB Variations
Color information
#DC2C21 (or 0xDC2C21) is known color: Persian Red. HEX triplet: DC, 2C and 21. RGB value is (220,44,33). Sum of RGB (Red+Green+Blue) = 220+44+33=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2C21 is #23D3DE. Grayscale: #5F5F5F. Windows color (decimal): -2347999 or 2174172. OLE color: 2174172.
HSL color Cylindrical-coordinate representation of color #DC2C21: hue angle of 3.53º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2C21 is Cyan = 0, Magento = 0.8, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 33 | - |
| CMYK | 0 | 0.8 | 0.85 | 0.14 |
| HSL | 3.53º | 0.74% | 0.5% | - |
| HSV(B) | 3.53º | 0.85% | 0.86% | - |
| XYZ | 30.69 | 17.13 | 3.13 | - |
| YUV | 95.37 | 92.81 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 33 | 0 | 0.8 | 0.85 | 0.14 | 3.53 | 0.74 | 0.5 |
| Hex | DC | 2C | 21 | 0 | 50 | 55 | E | 4 | 4A | 32 |
| Octal | 334 | 54 | 41 | 0 | 120 | 125 | 16 | 4 | 112 | 62 |
| Binary | 11011100 | 101100 | 100001 | 0 | 1010000 | 1010101 | 1110 | 100 | 1001010 | 110010 |
Color Harmonies of #DC2C21
Complementary color
Monochromatic Colors of #DC2C21
Black with #DC2C21
Text Example
Text Example
White with #DC2C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C21; }
p { color: rgb(220,44,33); }
H1.HeaderClassName
{
color: #DC2C21;
}
.AnyTagClassName
{
color: #DC2C21;
}
</style>
background-color css
<style>
a { background-color: #DC2C21; }
a { background-color: rgb(220,44,33); }
div.DivClassName
{
background-color: #DC2C21;
}
.BgClassName
{
background-color: #DC2C21;
}
</style>
border-color css
<style>
span { border-color: #DC2C21; }
span { border-color: rgb(220,44,33); }
td.TdClassName
{
border-color: #DC2C21;
}
.TagClassName
{
border-color: #DC2C21;
}
</style>