Shades of Persian Red #DC2E2D
Tints of Persian Red #DC2E2D
RGB
CMYK
RGB Variations
Color information
#DC2E2D (or 0xDC2E2D) is known color: Persian Red. HEX triplet: DC, 2E and 2D. RGB value is (220,46,45). Sum of RGB (Red+Green+Blue) = 220+46+45=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2E2D is #23D1D2. Grayscale: #626262. Windows color (decimal): -2347475 or 2961116. OLE color: 2961116.
HSL color Cylindrical-coordinate representation of color #DC2E2D: hue angle of 0.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2E2D is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 46 | 45 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.14 |
| HSL | 0.34º | 0.71% | 0.52% | - |
| HSV(B) | 0.34º | 0.8% | 0.86% | - |
| XYZ | 30.97 | 17.36 | 4.2 | - |
| YUV | 97.91 | 98.15 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 45 | 0 | 0.79 | 0.80 | 0.14 | 0.34 | 0.71 | 0.52 |
| Hex | DC | 2E | 2D | 0 | 4F | 50 | E | 0 | 47 | 34 |
| Octal | 334 | 56 | 55 | 0 | 117 | 120 | 16 | 0 | 107 | 64 |
| Binary | 11011100 | 101110 | 101101 | 0 | 1001111 | 1010000 | 1110 | 0 | 1000111 | 110100 |
Color Harmonies of #DC2E2D
Complementary color
Monochromatic Colors of #DC2E2D
Black with #DC2E2D
Text Example
Text Example
White with #DC2E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2E2D; }
p { color: rgb(220,46,45); }
H1.HeaderClassName
{
color: #DC2E2D;
}
.AnyTagClassName
{
color: #DC2E2D;
}
</style>
background-color css
<style>
a { background-color: #DC2E2D; }
a { background-color: rgb(220,46,45); }
div.DivClassName
{
background-color: #DC2E2D;
}
.BgClassName
{
background-color: #DC2E2D;
}
</style>
border-color css
<style>
span { border-color: #DC2E2D; }
span { border-color: rgb(220,46,45); }
td.TdClassName
{
border-color: #DC2E2D;
}
.TagClassName
{
border-color: #DC2E2D;
}
</style>