Shades of Persian Red #DC2E23
Tints of Persian Red #DC2E23
RGB
CMYK
RGB Variations
Color information
#DC2E23 (or 0xDC2E23) is known color: Persian Red. HEX triplet: DC, 2E and 23. RGB value is (220,46,35). Sum of RGB (Red+Green+Blue) = 220+46+35=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2E23 is #23D1DC. Grayscale: #606060. Windows color (decimal): -2347485 or 2305756. OLE color: 2305756.
HSL color Cylindrical-coordinate representation of color #DC2E23: hue angle of 3.57º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2E23 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 46 | 35 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.14 |
| HSL | 3.57º | 0.73% | 0.5% | - |
| HSV(B) | 3.57º | 0.84% | 0.86% | - |
| XYZ | 30.8 | 17.29 | 3.3 | - |
| YUV | 96.77 | 93.15 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 35 | 0 | 0.79 | 0.84 | 0.14 | 3.57 | 0.73 | 0.5 |
| Hex | DC | 2E | 23 | 0 | 4F | 54 | E | 4 | 49 | 32 |
| Octal | 334 | 56 | 43 | 0 | 117 | 124 | 16 | 4 | 111 | 62 |
| Binary | 11011100 | 101110 | 100011 | 0 | 1001111 | 1010100 | 1110 | 100 | 1001001 | 110010 |
Color Harmonies of #DC2E23
Complementary color
Monochromatic Colors of #DC2E23
Black with #DC2E23
Text Example
Text Example
White with #DC2E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2E23; }
p { color: rgb(220,46,35); }
H1.HeaderClassName
{
color: #DC2E23;
}
.AnyTagClassName
{
color: #DC2E23;
}
</style>
background-color css
<style>
a { background-color: #DC2E23; }
a { background-color: rgb(220,46,35); }
div.DivClassName
{
background-color: #DC2E23;
}
.BgClassName
{
background-color: #DC2E23;
}
</style>
border-color css
<style>
span { border-color: #DC2E23; }
span { border-color: rgb(220,46,35); }
td.TdClassName
{
border-color: #DC2E23;
}
.TagClassName
{
border-color: #DC2E23;
}
</style>