Shades of Persian Red #DC2C22
Tints of Persian Red #DC2C22
RGB
CMYK
RGB Variations
Color information
#DC2C22 (or 0xDC2C22) is known color: Persian Red. HEX triplet: DC, 2C and 22. RGB value is (220,44,34). Sum of RGB (Red+Green+Blue) = 220+44+34=298 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.83% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2C22 is #23D3DD. Grayscale: #5F5F5F. Windows color (decimal): -2347998 or 2239708. OLE color: 2239708.
HSL color Cylindrical-coordinate representation of color #DC2C22: hue angle of 3.23º 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 #DC2C22 is Cyan = 0, Magento = 0.8, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 34 | - |
| CMYK | 0 | 0.8 | 0.85 | 0.14 |
| HSL | 3.23º | 0.73% | 0.5% | - |
| HSV(B) | 3.23º | 0.85% | 0.86% | - |
| XYZ | 30.7 | 17.13 | 3.2 | - |
| YUV | 95.48 | 93.31 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 34 | 0 | 0.8 | 0.85 | 0.14 | 3.23 | 0.73 | 0.5 |
| Hex | DC | 2C | 22 | 0 | 50 | 55 | E | 3 | 49 | 32 |
| Octal | 334 | 54 | 42 | 0 | 120 | 125 | 16 | 3 | 111 | 62 |
| Binary | 11011100 | 101100 | 100010 | 0 | 1010000 | 1010101 | 1110 | 11 | 1001001 | 110010 |
Color Harmonies of #DC2C22
Complementary color
Monochromatic Colors of #DC2C22
Black with #DC2C22
Text Example
Text Example
White with #DC2C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C22; }
p { color: rgb(220,44,34); }
H1.HeaderClassName
{
color: #DC2C22;
}
.AnyTagClassName
{
color: #DC2C22;
}
</style>
background-color css
<style>
a { background-color: #DC2C22; }
a { background-color: rgb(220,44,34); }
div.DivClassName
{
background-color: #DC2C22;
}
.BgClassName
{
background-color: #DC2C22;
}
</style>
border-color css
<style>
span { border-color: #DC2C22; }
span { border-color: rgb(220,44,34); }
td.TdClassName
{
border-color: #DC2C22;
}
.TagClassName
{
border-color: #DC2C22;
}
</style>