Shades of Persian Red #DC2622
Tints of Persian Red #DC2622
RGB
CMYK
RGB Variations
Color information
#DC2622 (or 0xDC2622) is known color: Persian Red. HEX triplet: DC, 26 and 22. RGB value is (220,38,34). Sum of RGB (Red+Green+Blue) = 220+38+34=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2622 is #23D9DD. Grayscale: #5C5C5C. Windows color (decimal): -2349534 or 2238172. OLE color: 2238172.
HSL color Cylindrical-coordinate representation of color #DC2622: hue angle of 1.29º 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 #DC2622 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 34 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.14 |
| HSL | 1.29º | 0.73% | 0.5% | - |
| HSV(B) | 1.29º | 0.85% | 0.86% | - |
| XYZ | 30.5 | 16.72 | 3.13 | - |
| YUV | 91.96 | 95.3 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 34 | 0 | 0.83 | 0.85 | 0.14 | 1.29 | 0.73 | 0.5 |
| Hex | DC | 26 | 22 | 0 | 53 | 55 | E | 1 | 49 | 32 |
| Octal | 334 | 46 | 42 | 0 | 123 | 125 | 16 | 1 | 111 | 62 |
| Binary | 11011100 | 100110 | 100010 | 0 | 1010011 | 1010101 | 1110 | 1 | 1001001 | 110010 |
Color Harmonies of #DC2622
Complementary color
Monochromatic Colors of #DC2622
Black with #DC2622
Text Example
Text Example
White with #DC2622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2622; }
p { color: rgb(220,38,34); }
H1.HeaderClassName
{
color: #DC2622;
}
.AnyTagClassName
{
color: #DC2622;
}
</style>
background-color css
<style>
a { background-color: #DC2622; }
a { background-color: rgb(220,38,34); }
div.DivClassName
{
background-color: #DC2622;
}
.BgClassName
{
background-color: #DC2622;
}
</style>
border-color css
<style>
span { border-color: #DC2622; }
span { border-color: rgb(220,38,34); }
td.TdClassName
{
border-color: #DC2622;
}
.TagClassName
{
border-color: #DC2622;
}
</style>