Shades of Persian Red #DC3021
Tints of Persian Red #DC3021
RGB
CMYK
RGB Variations
Color information
#DC3021 (or 0xDC3021) is known color: Persian Red. HEX triplet: DC, 30 and 21. RGB value is (220,48,33). Sum of RGB (Red+Green+Blue) = 220+48+33=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3021 is #23CFDE. Grayscale: #616161. Windows color (decimal): -2346975 or 2175196. OLE color: 2175196.
HSL color Cylindrical-coordinate representation of color #DC3021: hue angle of 4.81º degrees, saturation: 0.74, 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 #DC3021 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 33 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.14 |
| HSL | 4.81º | 0.74% | 0.5% | - |
| HSV(B) | 4.81º | 0.85% | 0.86% | - |
| XYZ | 30.85 | 17.44 | 3.18 | - |
| YUV | 97.72 | 91.48 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 33 | 0 | 0.78 | 0.85 | 0.14 | 4.81 | 0.74 | 0.5 |
| Hex | DC | 30 | 21 | 0 | 4E | 55 | E | 5 | 4A | 32 |
| Octal | 334 | 60 | 41 | 0 | 116 | 125 | 16 | 5 | 112 | 62 |
| Binary | 11011100 | 110000 | 100001 | 0 | 1001110 | 1010101 | 1110 | 101 | 1001010 | 110010 |
Color Harmonies of #DC3021
Complementary color
Monochromatic Colors of #DC3021
Black with #DC3021
Text Example
Text Example
White with #DC3021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3021; }
p { color: rgb(220,48,33); }
H1.HeaderClassName
{
color: #DC3021;
}
.AnyTagClassName
{
color: #DC3021;
}
</style>
background-color css
<style>
a { background-color: #DC3021; }
a { background-color: rgb(220,48,33); }
div.DivClassName
{
background-color: #DC3021;
}
.BgClassName
{
background-color: #DC3021;
}
</style>
border-color css
<style>
span { border-color: #DC3021; }
span { border-color: rgb(220,48,33); }
td.TdClassName
{
border-color: #DC3021;
}
.TagClassName
{
border-color: #DC3021;
}
</style>