Shades of Persian Red #DC342E
Tints of Persian Red #DC342E
RGB
CMYK
RGB Variations
Color information
#DC342E (or 0xDC342E) is known color: Persian Red. HEX triplet: DC, 34 and 2E. RGB value is (220,52,46). Sum of RGB (Red+Green+Blue) = 220+52+46=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC342E is #23CBD1. Grayscale: #656565. Windows color (decimal): -2345938 or 3028188. OLE color: 3028188.
HSL color Cylindrical-coordinate representation of color #DC342E: hue angle of 2.07º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC342E is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 46 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.14 |
| HSL | 2.07º | 0.71% | 0.52% | - |
| HSV(B) | 2.07º | 0.79% | 0.86% | - |
| XYZ | 31.24 | 17.87 | 4.39 | - |
| YUV | 101.55 | 96.66 | 212.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 46 | 0 | 0.76 | 0.79 | 0.14 | 2.07 | 0.71 | 0.52 |
| Hex | DC | 34 | 2E | 0 | 4C | 4F | E | 2 | 47 | 34 |
| Octal | 334 | 64 | 56 | 0 | 114 | 117 | 16 | 2 | 107 | 64 |
| Binary | 11011100 | 110100 | 101110 | 0 | 1001100 | 1001111 | 1110 | 10 | 1000111 | 110100 |
Color Harmonies of #DC342E
Complementary color
Monochromatic Colors of #DC342E
Black with #DC342E
Text Example
Text Example
White with #DC342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC342E; }
p { color: rgb(220,52,46); }
H1.HeaderClassName
{
color: #DC342E;
}
.AnyTagClassName
{
color: #DC342E;
}
</style>
background-color css
<style>
a { background-color: #DC342E; }
a { background-color: rgb(220,52,46); }
div.DivClassName
{
background-color: #DC342E;
}
.BgClassName
{
background-color: #DC342E;
}
</style>
border-color css
<style>
span { border-color: #DC342E; }
span { border-color: rgb(220,52,46); }
td.TdClassName
{
border-color: #DC342E;
}
.TagClassName
{
border-color: #DC342E;
}
</style>