Shades of Persian Red #DC2821
Tints of Persian Red #DC2821
RGB
CMYK
RGB Variations
Color information
#DC2821 (or 0xDC2821) is known color: Persian Red. HEX triplet: DC, 28 and 21. RGB value is (220,40,33). Sum of RGB (Red+Green+Blue) = 220+40+33=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2821 is #23D7DE. Grayscale: #5D5D5D. Windows color (decimal): -2349023 or 2173148. OLE color: 2173148.
HSL color Cylindrical-coordinate representation of color #DC2821: hue angle of 2.25º 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 #DC2821 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 33 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.14 |
| HSL | 2.25º | 0.74% | 0.5% | - |
| HSV(B) | 2.25º | 0.85% | 0.86% | - |
| XYZ | 30.55 | 16.84 | 3.08 | - |
| YUV | 93.02 | 94.13 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 33 | 0 | 0.82 | 0.85 | 0.14 | 2.25 | 0.74 | 0.5 |
| Hex | DC | 28 | 21 | 0 | 52 | 55 | E | 2 | 4A | 32 |
| Octal | 334 | 50 | 41 | 0 | 122 | 125 | 16 | 2 | 112 | 62 |
| Binary | 11011100 | 101000 | 100001 | 0 | 1010010 | 1010101 | 1110 | 10 | 1001010 | 110010 |
Color Harmonies of #DC2821
Complementary color
Monochromatic Colors of #DC2821
Black with #DC2821
Text Example
Text Example
White with #DC2821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2821; }
p { color: rgb(220,40,33); }
H1.HeaderClassName
{
color: #DC2821;
}
.AnyTagClassName
{
color: #DC2821;
}
</style>
background-color css
<style>
a { background-color: #DC2821; }
a { background-color: rgb(220,40,33); }
div.DivClassName
{
background-color: #DC2821;
}
.BgClassName
{
background-color: #DC2821;
}
</style>
border-color css
<style>
span { border-color: #DC2821; }
span { border-color: rgb(220,40,33); }
td.TdClassName
{
border-color: #DC2821;
}
.TagClassName
{
border-color: #DC2821;
}
</style>