Shades of Persian Red #DC2421
Tints of Persian Red #DC2421
RGB
CMYK
RGB Variations
Color information
#DC2421 (or 0xDC2421) is known color: Persian Red. HEX triplet: DC, 24 and 21. RGB value is (220,36,33). Sum of RGB (Red+Green+Blue) = 220+36+33=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2421 is #23DBDE. Grayscale: #5A5A5A. Windows color (decimal): -2350047 or 2172124. OLE color: 2172124.
HSL color Cylindrical-coordinate representation of color #DC2421: hue angle of 0.96º 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 #DC2421 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 33 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.14 |
| HSL | 0.96º | 0.74% | 0.5% | - |
| HSV(B) | 0.96º | 0.85% | 0.86% | - |
| XYZ | 30.42 | 16.59 | 3.04 | - |
| YUV | 90.67 | 95.46 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 33 | 0 | 0.84 | 0.85 | 0.14 | 0.96 | 0.74 | 0.5 |
| Hex | DC | 24 | 21 | 0 | 54 | 55 | E | 1 | 4A | 32 |
| Octal | 334 | 44 | 41 | 0 | 124 | 125 | 16 | 1 | 112 | 62 |
| Binary | 11011100 | 100100 | 100001 | 0 | 1010100 | 1010101 | 1110 | 1 | 1001010 | 110010 |
Color Harmonies of #DC2421
Complementary color
Monochromatic Colors of #DC2421
Black with #DC2421
Text Example
Text Example
White with #DC2421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2421; }
p { color: rgb(220,36,33); }
H1.HeaderClassName
{
color: #DC2421;
}
.AnyTagClassName
{
color: #DC2421;
}
</style>
background-color css
<style>
a { background-color: #DC2421; }
a { background-color: rgb(220,36,33); }
div.DivClassName
{
background-color: #DC2421;
}
.BgClassName
{
background-color: #DC2421;
}
</style>
border-color css
<style>
span { border-color: #DC2421; }
span { border-color: rgb(220,36,33); }
td.TdClassName
{
border-color: #DC2421;
}
.TagClassName
{
border-color: #DC2421;
}
</style>