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