Shades of Persian Red #DC2D22
Tints of Persian Red #DC2D22
RGB
CMYK
RGB Variations
Color information
#DC2D22 (or 0xDC2D22) is known color: Persian Red. HEX triplet: DC, 2D and 22. RGB value is (220,45,34). Sum of RGB (Red+Green+Blue) = 220+45+34=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2D22 is #23D2DD. Grayscale: #606060. Windows color (decimal): -2347742 or 2239964. OLE color: 2239964.
HSL color Cylindrical-coordinate representation of color #DC2D22: hue angle of 3.55º 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 #DC2D22 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 34 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.14 |
| HSL | 3.55º | 0.73% | 0.5% | - |
| HSV(B) | 3.55º | 0.85% | 0.86% | - |
| XYZ | 30.74 | 17.21 | 3.21 | - |
| YUV | 96.07 | 92.98 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 34 | 0 | 0.80 | 0.85 | 0.14 | 3.55 | 0.73 | 0.5 |
| Hex | DC | 2D | 22 | 0 | 50 | 55 | E | 4 | 49 | 32 |
| Octal | 334 | 55 | 42 | 0 | 120 | 125 | 16 | 4 | 111 | 62 |
| Binary | 11011100 | 101101 | 100010 | 0 | 1010000 | 1010101 | 1110 | 100 | 1001001 | 110010 |
Color Harmonies of #DC2D22
Complementary color
Monochromatic Colors of #DC2D22
Black with #DC2D22
Text Example
Text Example
White with #DC2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D22; }
p { color: rgb(220,45,34); }
H1.HeaderClassName
{
color: #DC2D22;
}
.AnyTagClassName
{
color: #DC2D22;
}
</style>
background-color css
<style>
a { background-color: #DC2D22; }
a { background-color: rgb(220,45,34); }
div.DivClassName
{
background-color: #DC2D22;
}
.BgClassName
{
background-color: #DC2D22;
}
</style>
border-color css
<style>
span { border-color: #DC2D22; }
span { border-color: rgb(220,45,34); }
td.TdClassName
{
border-color: #DC2D22;
}
.TagClassName
{
border-color: #DC2D22;
}
</style>