Shades of Persian Red #DC3022
Tints of Persian Red #DC3022
RGB
CMYK
RGB Variations
Color information
#DC3022 (or 0xDC3022) is known color: Persian Red. HEX triplet: DC, 30 and 22. RGB value is (220,48,34). Sum of RGB (Red+Green+Blue) = 220+48+34=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3022 is #23CFDD. Grayscale: #626262. Windows color (decimal): -2346974 or 2240732. OLE color: 2240732.
HSL color Cylindrical-coordinate representation of color #DC3022: hue angle of 4.52º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC3022 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 34 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.14 |
| HSL | 4.52º | 0.73% | 0.5% | - |
| HSV(B) | 4.52º | 0.85% | 0.86% | - |
| XYZ | 30.86 | 17.45 | 3.25 | - |
| YUV | 97.83 | 91.98 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 34 | 0 | 0.78 | 0.85 | 0.14 | 4.52 | 0.73 | 0.5 |
| Hex | DC | 30 | 22 | 0 | 4E | 55 | E | 5 | 49 | 32 |
| Octal | 334 | 60 | 42 | 0 | 116 | 125 | 16 | 5 | 111 | 62 |
| Binary | 11011100 | 110000 | 100010 | 0 | 1001110 | 1010101 | 1110 | 101 | 1001001 | 110010 |
Color Harmonies of #DC3022
Complementary color
Monochromatic Colors of #DC3022
Black with #DC3022
Text Example
Text Example
White with #DC3022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3022; }
p { color: rgb(220,48,34); }
H1.HeaderClassName
{
color: #DC3022;
}
.AnyTagClassName
{
color: #DC3022;
}
</style>
background-color css
<style>
a { background-color: #DC3022; }
a { background-color: rgb(220,48,34); }
div.DivClassName
{
background-color: #DC3022;
}
.BgClassName
{
background-color: #DC3022;
}
</style>
border-color css
<style>
span { border-color: #DC3022; }
span { border-color: rgb(220,48,34); }
td.TdClassName
{
border-color: #DC3022;
}
.TagClassName
{
border-color: #DC3022;
}
</style>