Shades of Persian Red #DC322F
Tints of Persian Red #DC322F
RGB
CMYK
RGB Variations
Color information
#DC322F (or 0xDC322F) is known color: Persian Red. HEX triplet: DC, 32 and 2F. RGB value is (220,50,47). Sum of RGB (Red+Green+Blue) = 220+50+47=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC322F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC322F is #23CDD0. Grayscale: #646464. Windows color (decimal): -2346449 or 3093212. OLE color: 3093212.
HSL color Cylindrical-coordinate representation of color #DC322F: hue angle of 1.04º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC322F is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 47 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.14 |
| HSL | 1.04º | 0.71% | 0.52% | - |
| HSV(B) | 1.04º | 0.79% | 0.86% | - |
| XYZ | 31.17 | 17.7 | 4.46 | - |
| YUV | 100.49 | 97.82 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 47 | 0 | 0.77 | 0.79 | 0.14 | 1.04 | 0.71 | 0.52 |
| Hex | DC | 32 | 2F | 0 | 4D | 4F | E | 1 | 47 | 34 |
| Octal | 334 | 62 | 57 | 0 | 115 | 117 | 16 | 1 | 107 | 64 |
| Binary | 11011100 | 110010 | 101111 | 0 | 1001101 | 1001111 | 1110 | 1 | 1000111 | 110100 |
Color Harmonies of #DC322F
Complementary color
Monochromatic Colors of #DC322F
Black with #DC322F
Text Example
Text Example
White with #DC322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC322F; }
p { color: rgb(220,50,47); }
H1.HeaderClassName
{
color: #DC322F;
}
.AnyTagClassName
{
color: #DC322F;
}
</style>
background-color css
<style>
a { background-color: #DC322F; }
a { background-color: rgb(220,50,47); }
div.DivClassName
{
background-color: #DC322F;
}
.BgClassName
{
background-color: #DC322F;
}
</style>
border-color css
<style>
span { border-color: #DC322F; }
span { border-color: rgb(220,50,47); }
td.TdClassName
{
border-color: #DC322F;
}
.TagClassName
{
border-color: #DC322F;
}
</style>