Shades of Persian Red #DC2F29
Tints of Persian Red #DC2F29
RGB
CMYK
RGB Variations
Color information
#DC2F29 (or 0xDC2F29) is known color: Persian Red. HEX triplet: DC, 2F and 29. RGB value is (220,47,41). Sum of RGB (Red+Green+Blue) = 220+47+41=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2F29 is #23D0D6. Grayscale: #626262. Windows color (decimal): -2347223 or 2699228. OLE color: 2699228.
HSL color Cylindrical-coordinate representation of color #DC2F29: hue angle of 2.01º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2F29 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 41 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.14 |
| HSL | 2.01º | 0.72% | 0.51% | - |
| HSV(B) | 2.01º | 0.81% | 0.86% | - |
| XYZ | 30.93 | 17.41 | 3.83 | - |
| YUV | 98.04 | 95.81 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 41 | 0 | 0.79 | 0.81 | 0.14 | 2.01 | 0.72 | 0.51 |
| Hex | DC | 2F | 29 | 0 | 4F | 51 | E | 2 | 48 | 33 |
| Octal | 334 | 57 | 51 | 0 | 117 | 121 | 16 | 2 | 110 | 63 |
| Binary | 11011100 | 101111 | 101001 | 0 | 1001111 | 1010001 | 1110 | 10 | 1001000 | 110011 |
Color Harmonies of #DC2F29
Complementary color
Monochromatic Colors of #DC2F29
Black with #DC2F29
Text Example
Text Example
White with #DC2F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2F29; }
p { color: rgb(220,47,41); }
H1.HeaderClassName
{
color: #DC2F29;
}
.AnyTagClassName
{
color: #DC2F29;
}
</style>
background-color css
<style>
a { background-color: #DC2F29; }
a { background-color: rgb(220,47,41); }
div.DivClassName
{
background-color: #DC2F29;
}
.BgClassName
{
background-color: #DC2F29;
}
</style>
border-color css
<style>
span { border-color: #DC2F29; }
span { border-color: rgb(220,47,41); }
td.TdClassName
{
border-color: #DC2F29;
}
.TagClassName
{
border-color: #DC2F29;
}
</style>