Shades of Persian Red #DC2927
Tints of Persian Red #DC2927
RGB
CMYK
RGB Variations
Color information
#DC2927 (or 0xDC2927) is known color: Persian Red. HEX triplet: DC, 29 and 27. RGB value is (220,41,39). Sum of RGB (Red+Green+Blue) = 220+41+39=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2927 is #23D6D8. Grayscale: #5E5E5E. Windows color (decimal): -2348761 or 2566620. OLE color: 2566620.
HSL color Cylindrical-coordinate representation of color #DC2927: hue angle of 0.66º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2927 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 39 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.14 |
| HSL | 0.66º | 0.72% | 0.51% | - |
| HSV(B) | 0.66º | 0.82% | 0.86% | - |
| XYZ | 30.67 | 16.95 | 3.57 | - |
| YUV | 94.29 | 96.8 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 39 | 0 | 0.81 | 0.82 | 0.14 | 0.66 | 0.72 | 0.51 |
| Hex | DC | 29 | 27 | 0 | 51 | 52 | E | 1 | 48 | 33 |
| Octal | 334 | 51 | 47 | 0 | 121 | 122 | 16 | 1 | 110 | 63 |
| Binary | 11011100 | 101001 | 100111 | 0 | 1010001 | 1010010 | 1110 | 1 | 1001000 | 110011 |
Color Harmonies of #DC2927
Complementary color
Monochromatic Colors of #DC2927
Black with #DC2927
Text Example
Text Example
White with #DC2927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2927; }
p { color: rgb(220,41,39); }
H1.HeaderClassName
{
color: #DC2927;
}
.AnyTagClassName
{
color: #DC2927;
}
</style>
background-color css
<style>
a { background-color: #DC2927; }
a { background-color: rgb(220,41,39); }
div.DivClassName
{
background-color: #DC2927;
}
.BgClassName
{
background-color: #DC2927;
}
</style>
border-color css
<style>
span { border-color: #DC2927; }
span { border-color: rgb(220,41,39); }
td.TdClassName
{
border-color: #DC2927;
}
.TagClassName
{
border-color: #DC2927;
}
</style>