Shades of Persian Red #DC2A28
Tints of Persian Red #DC2A28
RGB
CMYK
RGB Variations
Color information
#DC2A28 (or 0xDC2A28) is known color: Persian Red. HEX triplet: DC, 2A and 28. RGB value is (220,42,40). Sum of RGB (Red+Green+Blue) = 220+42+40=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A28 is #23D5D7. Grayscale: #5F5F5F. Windows color (decimal): -2348504 or 2632412. OLE color: 2632412.
HSL color Cylindrical-coordinate representation of color #DC2A28: hue angle of 0.67º 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 #DC2A28 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 40 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.14 |
| HSL | 0.67º | 0.72% | 0.51% | - |
| HSV(B) | 0.67º | 0.82% | 0.86% | - |
| XYZ | 30.73 | 17.02 | 3.67 | - |
| YUV | 94.99 | 96.97 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 40 | 0 | 0.81 | 0.82 | 0.14 | 0.67 | 0.72 | 0.51 |
| Hex | DC | 2A | 28 | 0 | 51 | 52 | E | 1 | 48 | 33 |
| Octal | 334 | 52 | 50 | 0 | 121 | 122 | 16 | 1 | 110 | 63 |
| Binary | 11011100 | 101010 | 101000 | 0 | 1010001 | 1010010 | 1110 | 1 | 1001000 | 110011 |
Color Harmonies of #DC2A28
Complementary color
Monochromatic Colors of #DC2A28
Black with #DC2A28
Text Example
Text Example
White with #DC2A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A28; }
p { color: rgb(220,42,40); }
H1.HeaderClassName
{
color: #DC2A28;
}
.AnyTagClassName
{
color: #DC2A28;
}
</style>
background-color css
<style>
a { background-color: #DC2A28; }
a { background-color: rgb(220,42,40); }
div.DivClassName
{
background-color: #DC2A28;
}
.BgClassName
{
background-color: #DC2A28;
}
</style>
border-color css
<style>
span { border-color: #DC2A28; }
span { border-color: rgb(220,42,40); }
td.TdClassName
{
border-color: #DC2A28;
}
.TagClassName
{
border-color: #DC2A28;
}
</style>