Shades of Persian Red #DC3332
Tints of Persian Red #DC3332
RGB
CMYK
RGB Variations
Color information
#DC3332 (or 0xDC3332) is known color: Persian Red. HEX triplet: DC, 33 and 32. RGB value is (220,51,50). Sum of RGB (Red+Green+Blue) = 220+51+50=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3332 is #23CCCD. Grayscale: #656565. Windows color (decimal): -2346190 or 3290076. OLE color: 3290076.
HSL color Cylindrical-coordinate representation of color #DC3332: hue angle of 0.35º 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 #DC3332 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 50 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.14 |
| HSL | 0.35º | 0.71% | 0.53% | - |
| HSV(B) | 0.35º | 0.77% | 0.86% | - |
| XYZ | 31.27 | 17.81 | 4.81 | - |
| YUV | 101.42 | 98.99 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 50 | 0 | 0.77 | 0.77 | 0.14 | 0.35 | 0.71 | 0.53 |
| Hex | DC | 33 | 32 | 0 | 4D | 4D | E | 0 | 47 | 35 |
| Octal | 334 | 63 | 62 | 0 | 115 | 115 | 16 | 0 | 107 | 65 |
| Binary | 11011100 | 110011 | 110010 | 0 | 1001101 | 1001101 | 1110 | 0 | 1000111 | 110101 |
Color Harmonies of #DC3332
Complementary color
Monochromatic Colors of #DC3332
Black with #DC3332
Text Example
Text Example
White with #DC3332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3332; }
p { color: rgb(220,51,50); }
H1.HeaderClassName
{
color: #DC3332;
}
.AnyTagClassName
{
color: #DC3332;
}
</style>
background-color css
<style>
a { background-color: #DC3332; }
a { background-color: rgb(220,51,50); }
div.DivClassName
{
background-color: #DC3332;
}
.BgClassName
{
background-color: #DC3332;
}
</style>
border-color css
<style>
span { border-color: #DC3332; }
span { border-color: rgb(220,51,50); }
td.TdClassName
{
border-color: #DC3332;
}
.TagClassName
{
border-color: #DC3332;
}
</style>