Shades of Persian Red #DC2C23
Tints of Persian Red #DC2C23
RGB
CMYK
RGB Variations
Color information
#DC2C23 (or 0xDC2C23) is known color: Persian Red. HEX triplet: DC, 2C and 23. RGB value is (220,44,35). Sum of RGB (Red+Green+Blue) = 220+44+35=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2C23 is #23D3DC. Grayscale: #5F5F5F. Windows color (decimal): -2347997 or 2305244. OLE color: 2305244.
HSL color Cylindrical-coordinate representation of color #DC2C23: hue angle of 2.92º 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 #DC2C23 is Cyan = 0, Magento = 0.8, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 35 | - |
| CMYK | 0 | 0.8 | 0.84 | 0.14 |
| HSL | 2.92º | 0.73% | 0.5% | - |
| HSV(B) | 2.92º | 0.84% | 0.86% | - |
| XYZ | 30.72 | 17.14 | 3.28 | - |
| YUV | 95.6 | 93.81 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 35 | 0 | 0.8 | 0.84 | 0.14 | 2.92 | 0.73 | 0.5 |
| Hex | DC | 2C | 23 | 0 | 50 | 54 | E | 3 | 49 | 32 |
| Octal | 334 | 54 | 43 | 0 | 120 | 124 | 16 | 3 | 111 | 62 |
| Binary | 11011100 | 101100 | 100011 | 0 | 1010000 | 1010100 | 1110 | 11 | 1001001 | 110010 |
Color Harmonies of #DC2C23
Complementary color
Monochromatic Colors of #DC2C23
Black with #DC2C23
Text Example
Text Example
White with #DC2C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C23; }
p { color: rgb(220,44,35); }
H1.HeaderClassName
{
color: #DC2C23;
}
.AnyTagClassName
{
color: #DC2C23;
}
</style>
background-color css
<style>
a { background-color: #DC2C23; }
a { background-color: rgb(220,44,35); }
div.DivClassName
{
background-color: #DC2C23;
}
.BgClassName
{
background-color: #DC2C23;
}
</style>
border-color css
<style>
span { border-color: #DC2C23; }
span { border-color: rgb(220,44,35); }
td.TdClassName
{
border-color: #DC2C23;
}
.TagClassName
{
border-color: #DC2C23;
}
</style>