Shades of Persian Red #DC2A21
Tints of Persian Red #DC2A21
RGB
CMYK
RGB Variations
Color information
#DC2A21 (or 0xDC2A21) is known color: Persian Red. HEX triplet: DC, 2A and 21. RGB value is (220,42,33). Sum of RGB (Red+Green+Blue) = 220+42+33=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A21 is #23D5DE. Grayscale: #5E5E5E. Windows color (decimal): -2348511 or 2173660. OLE color: 2173660.
HSL color Cylindrical-coordinate representation of color #DC2A21: hue angle of 2.89º 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 #DC2A21 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 33 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.14 |
| HSL | 2.89º | 0.74% | 0.5% | - |
| HSV(B) | 2.89º | 0.85% | 0.86% | - |
| XYZ | 30.62 | 16.98 | 3.1 | - |
| YUV | 94.2 | 93.47 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 33 | 0 | 0.81 | 0.85 | 0.14 | 2.89 | 0.74 | 0.5 |
| Hex | DC | 2A | 21 | 0 | 51 | 55 | E | 3 | 4A | 32 |
| Octal | 334 | 52 | 41 | 0 | 121 | 125 | 16 | 3 | 112 | 62 |
| Binary | 11011100 | 101010 | 100001 | 0 | 1010001 | 1010101 | 1110 | 11 | 1001010 | 110010 |
Color Harmonies of #DC2A21
Complementary color
Monochromatic Colors of #DC2A21
Black with #DC2A21
Text Example
Text Example
White with #DC2A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A21; }
p { color: rgb(220,42,33); }
H1.HeaderClassName
{
color: #DC2A21;
}
.AnyTagClassName
{
color: #DC2A21;
}
</style>
background-color css
<style>
a { background-color: #DC2A21; }
a { background-color: rgb(220,42,33); }
div.DivClassName
{
background-color: #DC2A21;
}
.BgClassName
{
background-color: #DC2A21;
}
</style>
border-color css
<style>
span { border-color: #DC2A21; }
span { border-color: rgb(220,42,33); }
td.TdClassName
{
border-color: #DC2A21;
}
.TagClassName
{
border-color: #DC2A21;
}
</style>