Shades of Persian Red #DC2725
Tints of Persian Red #DC2725
RGB
CMYK
RGB Variations
Color information
#DC2725 (or 0xDC2725) is known color: Persian Red. HEX triplet: DC, 27 and 25. RGB value is (220,39,37). Sum of RGB (Red+Green+Blue) = 220+39+37=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2725 is #23D8DA. Grayscale: #5D5D5D. Windows color (decimal): -2349275 or 2435036. OLE color: 2435036.
HSL color Cylindrical-coordinate representation of color #DC2725: hue angle of 0.66º 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 #DC2725 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 37 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.14 |
| HSL | 0.66º | 0.72% | 0.5% | - |
| HSV(B) | 0.66º | 0.83% | 0.86% | - |
| XYZ | 30.57 | 16.8 | 3.38 | - |
| YUV | 92.89 | 96.47 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 37 | 0 | 0.82 | 0.83 | 0.14 | 0.66 | 0.72 | 0.5 |
| Hex | DC | 27 | 25 | 0 | 52 | 53 | E | 1 | 48 | 32 |
| Octal | 334 | 47 | 45 | 0 | 122 | 123 | 16 | 1 | 110 | 62 |
| Binary | 11011100 | 100111 | 100101 | 0 | 1010010 | 1010011 | 1110 | 1 | 1001000 | 110010 |
Color Harmonies of #DC2725
Complementary color
Monochromatic Colors of #DC2725
Black with #DC2725
Text Example
Text Example
White with #DC2725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2725; }
p { color: rgb(220,39,37); }
H1.HeaderClassName
{
color: #DC2725;
}
.AnyTagClassName
{
color: #DC2725;
}
</style>
background-color css
<style>
a { background-color: #DC2725; }
a { background-color: rgb(220,39,37); }
div.DivClassName
{
background-color: #DC2725;
}
.BgClassName
{
background-color: #DC2725;
}
</style>
border-color css
<style>
span { border-color: #DC2725; }
span { border-color: rgb(220,39,37); }
td.TdClassName
{
border-color: #DC2725;
}
.TagClassName
{
border-color: #DC2725;
}
</style>