Shades of Persian Red #DC3023
Tints of Persian Red #DC3023
RGB
CMYK
RGB Variations
Color information
#DC3023 (or 0xDC3023) is known color: Persian Red. HEX triplet: DC, 30 and 23. RGB value is (220,48,35). Sum of RGB (Red+Green+Blue) = 220+48+35=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3023 is #23CFDC. Grayscale: #626262. Windows color (decimal): -2346973 or 2306268. OLE color: 2306268.
HSL color Cylindrical-coordinate representation of color #DC3023: hue angle of 4.22º 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 #DC3023 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 35 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.14 |
| HSL | 4.22º | 0.73% | 0.5% | - |
| HSV(B) | 4.22º | 0.84% | 0.86% | - |
| XYZ | 30.88 | 17.45 | 3.33 | - |
| YUV | 97.95 | 92.48 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 35 | 0 | 0.78 | 0.84 | 0.14 | 4.22 | 0.73 | 0.5 |
| Hex | DC | 30 | 23 | 0 | 4E | 54 | E | 4 | 49 | 32 |
| Octal | 334 | 60 | 43 | 0 | 116 | 124 | 16 | 4 | 111 | 62 |
| Binary | 11011100 | 110000 | 100011 | 0 | 1001110 | 1010100 | 1110 | 100 | 1001001 | 110010 |
Color Harmonies of #DC3023
Complementary color
Monochromatic Colors of #DC3023
Black with #DC3023
Text Example
Text Example
White with #DC3023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3023; }
p { color: rgb(220,48,35); }
H1.HeaderClassName
{
color: #DC3023;
}
.AnyTagClassName
{
color: #DC3023;
}
</style>
background-color css
<style>
a { background-color: #DC3023; }
a { background-color: rgb(220,48,35); }
div.DivClassName
{
background-color: #DC3023;
}
.BgClassName
{
background-color: #DC3023;
}
</style>
border-color css
<style>
span { border-color: #DC3023; }
span { border-color: rgb(220,48,35); }
td.TdClassName
{
border-color: #DC3023;
}
.TagClassName
{
border-color: #DC3023;
}
</style>