Shades of Persian Red #DC332D
Tints of Persian Red #DC332D
RGB
CMYK
RGB Variations
Color information
#DC332D (or 0xDC332D) is known color: Persian Red. HEX triplet: DC, 33 and 2D. RGB value is (220,51,45). Sum of RGB (Red+Green+Blue) = 220+51+45=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC332D is #23CCD2. Grayscale: #656565. Windows color (decimal): -2346195 or 2962396. OLE color: 2962396.
HSL color Cylindrical-coordinate representation of color #DC332D: hue angle of 2.06º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC332D is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 45 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.14 |
| HSL | 2.06º | 0.71% | 0.52% | - |
| HSV(B) | 2.06º | 0.8% | 0.86% | - |
| XYZ | 31.17 | 17.77 | 4.27 | - |
| YUV | 100.85 | 96.49 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 45 | 0 | 0.77 | 0.80 | 0.14 | 2.06 | 0.71 | 0.52 |
| Hex | DC | 33 | 2D | 0 | 4D | 50 | E | 2 | 47 | 34 |
| Octal | 334 | 63 | 55 | 0 | 115 | 120 | 16 | 2 | 107 | 64 |
| Binary | 11011100 | 110011 | 101101 | 0 | 1001101 | 1010000 | 1110 | 10 | 1000111 | 110100 |
Color Harmonies of #DC332D
Complementary color
Monochromatic Colors of #DC332D
Black with #DC332D
Text Example
Text Example
White with #DC332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC332D; }
p { color: rgb(220,51,45); }
H1.HeaderClassName
{
color: #DC332D;
}
.AnyTagClassName
{
color: #DC332D;
}
</style>
background-color css
<style>
a { background-color: #DC332D; }
a { background-color: rgb(220,51,45); }
div.DivClassName
{
background-color: #DC332D;
}
.BgClassName
{
background-color: #DC332D;
}
</style>
border-color css
<style>
span { border-color: #DC332D; }
span { border-color: rgb(220,51,45); }
td.TdClassName
{
border-color: #DC332D;
}
.TagClassName
{
border-color: #DC332D;
}
</style>