Shades of Persian Red #DC2E27
Tints of Persian Red #DC2E27
RGB
CMYK
RGB Variations
Color information
#DC2E27 (or 0xDC2E27) is known color: Persian Red. HEX triplet: DC, 2E and 27. RGB value is (220,46,39). Sum of RGB (Red+Green+Blue) = 220+46+39=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2E27 is #23D1D8. Grayscale: #616161. Windows color (decimal): -2347481 or 2567900. OLE color: 2567900.
HSL color Cylindrical-coordinate representation of color #DC2E27: hue angle of 2.32º 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 #DC2E27 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 46 | 39 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.14 |
| HSL | 2.32º | 0.72% | 0.51% | - |
| HSV(B) | 2.32º | 0.82% | 0.86% | - |
| XYZ | 30.86 | 17.32 | 3.64 | - |
| YUV | 97.23 | 95.15 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 39 | 0 | 0.79 | 0.82 | 0.14 | 2.32 | 0.72 | 0.51 |
| Hex | DC | 2E | 27 | 0 | 4F | 52 | E | 2 | 48 | 33 |
| Octal | 334 | 56 | 47 | 0 | 117 | 122 | 16 | 2 | 110 | 63 |
| Binary | 11011100 | 101110 | 100111 | 0 | 1001111 | 1010010 | 1110 | 10 | 1001000 | 110011 |
Color Harmonies of #DC2E27
Complementary color
Monochromatic Colors of #DC2E27
Black with #DC2E27
Text Example
Text Example
White with #DC2E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2E27; }
p { color: rgb(220,46,39); }
H1.HeaderClassName
{
color: #DC2E27;
}
.AnyTagClassName
{
color: #DC2E27;
}
</style>
background-color css
<style>
a { background-color: #DC2E27; }
a { background-color: rgb(220,46,39); }
div.DivClassName
{
background-color: #DC2E27;
}
.BgClassName
{
background-color: #DC2E27;
}
</style>
border-color css
<style>
span { border-color: #DC2E27; }
span { border-color: rgb(220,46,39); }
td.TdClassName
{
border-color: #DC2E27;
}
.TagClassName
{
border-color: #DC2E27;
}
</style>