Shades of Persian Red #DC3227
Tints of Persian Red #DC3227
RGB
CMYK
RGB Variations
Color information
#DC3227 (or 0xDC3227) is known color: Persian Red. HEX triplet: DC, 32 and 27. RGB value is (220,50,39). Sum of RGB (Red+Green+Blue) = 220+50+39=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3227 is #23CDD8. Grayscale: #636363. Windows color (decimal): -2346457 or 2568924. OLE color: 2568924.
HSL color Cylindrical-coordinate representation of color #DC3227: hue angle of 3.65º 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 #DC3227 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 39 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.14 |
| HSL | 3.65º | 0.72% | 0.51% | - |
| HSV(B) | 3.65º | 0.82% | 0.86% | - |
| XYZ | 31.02 | 17.64 | 3.69 | - |
| YUV | 99.58 | 93.82 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 39 | 0 | 0.77 | 0.82 | 0.14 | 3.65 | 0.72 | 0.51 |
| Hex | DC | 32 | 27 | 0 | 4D | 52 | E | 4 | 48 | 33 |
| Octal | 334 | 62 | 47 | 0 | 115 | 122 | 16 | 4 | 110 | 63 |
| Binary | 11011100 | 110010 | 100111 | 0 | 1001101 | 1010010 | 1110 | 100 | 1001000 | 110011 |
Color Harmonies of #DC3227
Complementary color
Monochromatic Colors of #DC3227
Black with #DC3227
Text Example
Text Example
White with #DC3227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3227; }
p { color: rgb(220,50,39); }
H1.HeaderClassName
{
color: #DC3227;
}
.AnyTagClassName
{
color: #DC3227;
}
</style>
background-color css
<style>
a { background-color: #DC3227; }
a { background-color: rgb(220,50,39); }
div.DivClassName
{
background-color: #DC3227;
}
.BgClassName
{
background-color: #DC3227;
}
</style>
border-color css
<style>
span { border-color: #DC3227; }
span { border-color: rgb(220,50,39); }
td.TdClassName
{
border-color: #DC3227;
}
.TagClassName
{
border-color: #DC3227;
}
</style>