Shades of Persian Red #DC2A27
Tints of Persian Red #DC2A27
RGB
CMYK
RGB Variations
Color information
#DC2A27 (or 0xDC2A27) is known color: Persian Red. HEX triplet: DC, 2A and 27. RGB value is (220,42,39). Sum of RGB (Red+Green+Blue) = 220+42+39=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A27 is #23D5D8. Grayscale: #5F5F5F. Windows color (decimal): -2348505 or 2566876. OLE color: 2566876.
HSL color Cylindrical-coordinate representation of color #DC2A27: hue angle of 0.99º 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 #DC2A27 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 39 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.14 |
| HSL | 0.99º | 0.72% | 0.51% | - |
| HSV(B) | 0.99º | 0.82% | 0.86% | - |
| XYZ | 30.71 | 17.02 | 3.59 | - |
| YUV | 94.88 | 96.47 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 39 | 0 | 0.81 | 0.82 | 0.14 | 0.99 | 0.72 | 0.51 |
| Hex | DC | 2A | 27 | 0 | 51 | 52 | E | 1 | 48 | 33 |
| Octal | 334 | 52 | 47 | 0 | 121 | 122 | 16 | 1 | 110 | 63 |
| Binary | 11011100 | 101010 | 100111 | 0 | 1010001 | 1010010 | 1110 | 1 | 1001000 | 110011 |
Color Harmonies of #DC2A27
Complementary color
Monochromatic Colors of #DC2A27
Black with #DC2A27
Text Example
Text Example
White with #DC2A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A27; }
p { color: rgb(220,42,39); }
H1.HeaderClassName
{
color: #DC2A27;
}
.AnyTagClassName
{
color: #DC2A27;
}
</style>
background-color css
<style>
a { background-color: #DC2A27; }
a { background-color: rgb(220,42,39); }
div.DivClassName
{
background-color: #DC2A27;
}
.BgClassName
{
background-color: #DC2A27;
}
</style>
border-color css
<style>
span { border-color: #DC2A27; }
span { border-color: rgb(220,42,39); }
td.TdClassName
{
border-color: #DC2A27;
}
.TagClassName
{
border-color: #DC2A27;
}
</style>