Shades of Persian Red #DC2B28
Tints of Persian Red #DC2B28
RGB
CMYK
RGB Variations
Color information
#DC2B28 (or 0xDC2B28) is known color: Persian Red. HEX triplet: DC, 2B and 28. RGB value is (220,43,40). Sum of RGB (Red+Green+Blue) = 220+43+40=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B28 is #23D4D7. Grayscale: #5F5F5F. Windows color (decimal): -2348248 or 2632668. OLE color: 2632668.
HSL color Cylindrical-coordinate representation of color #DC2B28: hue angle of 1º 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 #DC2B28 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 40 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.14 |
| HSL | 1º | 0.72% | 0.51% | - |
| HSV(B) | 1º | 0.82% | 0.86% | - |
| XYZ | 30.76 | 17.1 | 3.69 | - |
| YUV | 95.58 | 96.64 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 40 | 0 | 0.80 | 0.82 | 0.14 | 1 | 0.72 | 0.51 |
| Hex | DC | 2B | 28 | 0 | 50 | 52 | E | 1 | 48 | 33 |
| Octal | 334 | 53 | 50 | 0 | 120 | 122 | 16 | 1 | 110 | 63 |
| Binary | 11011100 | 101011 | 101000 | 0 | 1010000 | 1010010 | 1110 | 1 | 1001000 | 110011 |
Color Harmonies of #DC2B28
Complementary color
Monochromatic Colors of #DC2B28
Black with #DC2B28
Text Example
Text Example
White with #DC2B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B28; }
p { color: rgb(220,43,40); }
H1.HeaderClassName
{
color: #DC2B28;
}
.AnyTagClassName
{
color: #DC2B28;
}
</style>
background-color css
<style>
a { background-color: #DC2B28; }
a { background-color: rgb(220,43,40); }
div.DivClassName
{
background-color: #DC2B28;
}
.BgClassName
{
background-color: #DC2B28;
}
</style>
border-color css
<style>
span { border-color: #DC2B28; }
span { border-color: rgb(220,43,40); }
td.TdClassName
{
border-color: #DC2B28;
}
.TagClassName
{
border-color: #DC2B28;
}
</style>