Shades of Persian Red #DC3225
Tints of Persian Red #DC3225
RGB
CMYK
RGB Variations
Color information
#DC3225 (or 0xDC3225) is known color: Persian Red. HEX triplet: DC, 32 and 25. RGB value is (220,50,37). Sum of RGB (Red+Green+Blue) = 220+50+37=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3225 is #23CDDA. Grayscale: #636363. Windows color (decimal): -2346459 or 2437852. OLE color: 2437852.
HSL color Cylindrical-coordinate representation of color #DC3225: hue angle of 4.26º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC3225 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 37 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.14 |
| HSL | 4.26º | 0.72% | 0.5% | - |
| HSV(B) | 4.26º | 0.83% | 0.86% | - |
| XYZ | 30.99 | 17.63 | 3.52 | - |
| YUV | 99.35 | 92.82 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 37 | 0 | 0.77 | 0.83 | 0.14 | 4.26 | 0.72 | 0.5 |
| Hex | DC | 32 | 25 | 0 | 4D | 53 | E | 4 | 48 | 32 |
| Octal | 334 | 62 | 45 | 0 | 115 | 123 | 16 | 4 | 110 | 62 |
| Binary | 11011100 | 110010 | 100101 | 0 | 1001101 | 1010011 | 1110 | 100 | 1001000 | 110010 |
Color Harmonies of #DC3225
Complementary color
Monochromatic Colors of #DC3225
Black with #DC3225
Text Example
Text Example
White with #DC3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3225; }
p { color: rgb(220,50,37); }
H1.HeaderClassName
{
color: #DC3225;
}
.AnyTagClassName
{
color: #DC3225;
}
</style>
background-color css
<style>
a { background-color: #DC3225; }
a { background-color: rgb(220,50,37); }
div.DivClassName
{
background-color: #DC3225;
}
.BgClassName
{
background-color: #DC3225;
}
</style>
border-color css
<style>
span { border-color: #DC3225; }
span { border-color: rgb(220,50,37); }
td.TdClassName
{
border-color: #DC3225;
}
.TagClassName
{
border-color: #DC3225;
}
</style>