Shades of Persian Red #DC3327
Tints of Persian Red #DC3327
RGB
CMYK
RGB Variations
Color information
#DC3327 (or 0xDC3327) is known color: Persian Red. HEX triplet: DC, 33 and 27. RGB value is (220,51,39). Sum of RGB (Red+Green+Blue) = 220+51+39=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3327 is #23CCD8. Grayscale: #646464. Windows color (decimal): -2346201 or 2569180. OLE color: 2569180.
HSL color Cylindrical-coordinate representation of color #DC3327: hue angle of 3.98º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC3327 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 39 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.14 |
| HSL | 3.98º | 0.72% | 0.51% | - |
| HSV(B) | 3.98º | 0.82% | 0.86% | - |
| XYZ | 31.07 | 17.73 | 3.7 | - |
| YUV | 100.16 | 93.49 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 39 | 0 | 0.77 | 0.82 | 0.14 | 3.98 | 0.72 | 0.51 |
| Hex | DC | 33 | 27 | 0 | 4D | 52 | E | 4 | 48 | 33 |
| Octal | 334 | 63 | 47 | 0 | 115 | 122 | 16 | 4 | 110 | 63 |
| Binary | 11011100 | 110011 | 100111 | 0 | 1001101 | 1010010 | 1110 | 100 | 1001000 | 110011 |
Color Harmonies of #DC3327
Complementary color
Monochromatic Colors of #DC3327
Black with #DC3327
Text Example
Text Example
White with #DC3327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3327; }
p { color: rgb(220,51,39); }
H1.HeaderClassName
{
color: #DC3327;
}
.AnyTagClassName
{
color: #DC3327;
}
</style>
background-color css
<style>
a { background-color: #DC3327; }
a { background-color: rgb(220,51,39); }
div.DivClassName
{
background-color: #DC3327;
}
.BgClassName
{
background-color: #DC3327;
}
</style>
border-color css
<style>
span { border-color: #DC3327; }
span { border-color: rgb(220,51,39); }
td.TdClassName
{
border-color: #DC3327;
}
.TagClassName
{
border-color: #DC3327;
}
</style>