Shades of Persian Red #DC2922
Tints of Persian Red #DC2922
RGB
CMYK
RGB Variations
Color information
#DC2922 (or 0xDC2922) is known color: Persian Red. HEX triplet: DC, 29 and 22. RGB value is (220,41,34). Sum of RGB (Red+Green+Blue) = 220+41+34=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2922 is #23D6DD. Grayscale: #5D5D5D. Windows color (decimal): -2348766 or 2238940. OLE color: 2238940.
HSL color Cylindrical-coordinate representation of color #DC2922: hue angle of 2.26º degrees, saturation: 0.73, 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 #DC2922 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 34 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.14 |
| HSL | 2.26º | 0.73% | 0.5% | - |
| HSV(B) | 2.26º | 0.85% | 0.86% | - |
| XYZ | 30.6 | 16.92 | 3.17 | - |
| YUV | 93.72 | 94.3 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 34 | 0 | 0.81 | 0.85 | 0.14 | 2.26 | 0.73 | 0.5 |
| Hex | DC | 29 | 22 | 0 | 51 | 55 | E | 2 | 49 | 32 |
| Octal | 334 | 51 | 42 | 0 | 121 | 125 | 16 | 2 | 111 | 62 |
| Binary | 11011100 | 101001 | 100010 | 0 | 1010001 | 1010101 | 1110 | 10 | 1001001 | 110010 |
Color Harmonies of #DC2922
Complementary color
Monochromatic Colors of #DC2922
Black with #DC2922
Text Example
Text Example
White with #DC2922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2922; }
p { color: rgb(220,41,34); }
H1.HeaderClassName
{
color: #DC2922;
}
.AnyTagClassName
{
color: #DC2922;
}
</style>
background-color css
<style>
a { background-color: #DC2922; }
a { background-color: rgb(220,41,34); }
div.DivClassName
{
background-color: #DC2922;
}
.BgClassName
{
background-color: #DC2922;
}
</style>
border-color css
<style>
span { border-color: #DC2922; }
span { border-color: rgb(220,41,34); }
td.TdClassName
{
border-color: #DC2922;
}
.TagClassName
{
border-color: #DC2922;
}
</style>