Shades of Persian Red #DC2D23
Tints of Persian Red #DC2D23
RGB
CMYK
RGB Variations
Color information
#DC2D23 (or 0xDC2D23) is known color: Persian Red. HEX triplet: DC, 2D and 23. RGB value is (220,45,35). Sum of RGB (Red+Green+Blue) = 220+45+35=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2D23 is #23D2DC. Grayscale: #606060. Windows color (decimal): -2347741 or 2305500. OLE color: 2305500.
HSL color Cylindrical-coordinate representation of color #DC2D23: hue angle of 3.24º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2D23 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 35 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.14 |
| HSL | 3.24º | 0.73% | 0.5% | - |
| HSV(B) | 3.24º | 0.84% | 0.86% | - |
| XYZ | 30.76 | 17.21 | 3.29 | - |
| YUV | 96.19 | 93.48 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 35 | 0 | 0.80 | 0.84 | 0.14 | 3.24 | 0.73 | 0.5 |
| Hex | DC | 2D | 23 | 0 | 50 | 54 | E | 3 | 49 | 32 |
| Octal | 334 | 55 | 43 | 0 | 120 | 124 | 16 | 3 | 111 | 62 |
| Binary | 11011100 | 101101 | 100011 | 0 | 1010000 | 1010100 | 1110 | 11 | 1001001 | 110010 |
Color Harmonies of #DC2D23
Complementary color
Monochromatic Colors of #DC2D23
Black with #DC2D23
Text Example
Text Example
White with #DC2D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D23; }
p { color: rgb(220,45,35); }
H1.HeaderClassName
{
color: #DC2D23;
}
.AnyTagClassName
{
color: #DC2D23;
}
</style>
background-color css
<style>
a { background-color: #DC2D23; }
a { background-color: rgb(220,45,35); }
div.DivClassName
{
background-color: #DC2D23;
}
.BgClassName
{
background-color: #DC2D23;
}
</style>
border-color css
<style>
span { border-color: #DC2D23; }
span { border-color: rgb(220,45,35); }
td.TdClassName
{
border-color: #DC2D23;
}
.TagClassName
{
border-color: #DC2D23;
}
</style>