Shades of Persian Red #DC3128
Tints of Persian Red #DC3128
RGB
CMYK
RGB Variations
Color information
#DC3128 (or 0xDC3128) is known color: Persian Red. HEX triplet: DC, 31 and 28. RGB value is (220,49,40). Sum of RGB (Red+Green+Blue) = 220+49+40=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3128 is #23CED7. Grayscale: #636363. Windows color (decimal): -2346712 or 2634204. OLE color: 2634204.
HSL color Cylindrical-coordinate representation of color #DC3128: hue angle of 3º 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 #DC3128 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 40 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.14 |
| HSL | 3º | 0.72% | 0.51% | - |
| HSV(B) | 3º | 0.82% | 0.86% | - |
| XYZ | 31 | 17.57 | 3.76 | - |
| YUV | 99.1 | 94.65 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 40 | 0 | 0.78 | 0.82 | 0.14 | 3 | 0.72 | 0.51 |
| Hex | DC | 31 | 28 | 0 | 4E | 52 | E | 3 | 48 | 33 |
| Octal | 334 | 61 | 50 | 0 | 116 | 122 | 16 | 3 | 110 | 63 |
| Binary | 11011100 | 110001 | 101000 | 0 | 1001110 | 1010010 | 1110 | 11 | 1001000 | 110011 |
Color Harmonies of #DC3128
Complementary color
Monochromatic Colors of #DC3128
Black with #DC3128
Text Example
Text Example
White with #DC3128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3128; }
p { color: rgb(220,49,40); }
H1.HeaderClassName
{
color: #DC3128;
}
.AnyTagClassName
{
color: #DC3128;
}
</style>
background-color css
<style>
a { background-color: #DC3128; }
a { background-color: rgb(220,49,40); }
div.DivClassName
{
background-color: #DC3128;
}
.BgClassName
{
background-color: #DC3128;
}
</style>
border-color css
<style>
span { border-color: #DC3128; }
span { border-color: rgb(220,49,40); }
td.TdClassName
{
border-color: #DC3128;
}
.TagClassName
{
border-color: #DC3128;
}
</style>