Shades of Persian Red #DC3432
Tints of Persian Red #DC3432
RGB
CMYK
RGB Variations
Color information
#DC3432 (or 0xDC3432) is known color: Persian Red. HEX triplet: DC, 34 and 32. RGB value is (220,52,50). Sum of RGB (Red+Green+Blue) = 220+52+50=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3432 is #23CBCD. Grayscale: #666666. Windows color (decimal): -2345934 or 3290332. OLE color: 3290332.
HSL color Cylindrical-coordinate representation of color #DC3432: hue angle of 0.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3432 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 50 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.14 |
| HSL | 0.71º | 0.71% | 0.53% | - |
| HSV(B) | 0.71º | 0.77% | 0.86% | - |
| XYZ | 31.32 | 17.9 | 4.82 | - |
| YUV | 102 | 98.66 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 50 | 0 | 0.76 | 0.77 | 0.14 | 0.71 | 0.71 | 0.53 |
| Hex | DC | 34 | 32 | 0 | 4C | 4D | E | 1 | 47 | 35 |
| Octal | 334 | 64 | 62 | 0 | 114 | 115 | 16 | 1 | 107 | 65 |
| Binary | 11011100 | 110100 | 110010 | 0 | 1001100 | 1001101 | 1110 | 1 | 1000111 | 110101 |
Color Harmonies of #DC3432
Complementary color
Monochromatic Colors of #DC3432
Black with #DC3432
Text Example
Text Example
White with #DC3432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3432; }
p { color: rgb(220,52,50); }
H1.HeaderClassName
{
color: #DC3432;
}
.AnyTagClassName
{
color: #DC3432;
}
</style>
background-color css
<style>
a { background-color: #DC3432; }
a { background-color: rgb(220,52,50); }
div.DivClassName
{
background-color: #DC3432;
}
.BgClassName
{
background-color: #DC3432;
}
</style>
border-color css
<style>
span { border-color: #DC3432; }
span { border-color: rgb(220,52,50); }
td.TdClassName
{
border-color: #DC3432;
}
.TagClassName
{
border-color: #DC3432;
}
</style>