Shades of Persian Red #DC211F
Tints of Persian Red #DC211F
RGB
CMYK
RGB Variations
Color information
#DC211F (or 0xDC211F) is known color: Persian Red. HEX triplet: DC, 21 and 1F. RGB value is (220,33,31). Sum of RGB (Red+Green+Blue) = 220+33+31=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC211F is #23DEE0. Grayscale: #585858. Windows color (decimal): -2350817 or 2040284. OLE color: 2040284.
HSL color Cylindrical-coordinate representation of color #DC211F: hue angle of 0.63º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC211F is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 31 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.14 |
| HSL | 0.63º | 0.75% | 0.49% | - |
| HSV(B) | 0.63º | 0.86% | 0.86% | - |
| XYZ | 30.31 | 16.4 | 2.86 | - |
| YUV | 88.69 | 95.45 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 31 | 0 | 0.85 | 0.86 | 0.14 | 0.63 | 0.75 | 0.49 |
| Hex | DC | 21 | 1F | 0 | 55 | 56 | E | 1 | 4B | 31 |
| Octal | 334 | 41 | 37 | 0 | 125 | 126 | 16 | 1 | 113 | 61 |
| Binary | 11011100 | 100001 | 11111 | 0 | 1010101 | 1010110 | 1110 | 1 | 1001011 | 110001 |
Color Harmonies of #DC211F
Complementary color
Monochromatic Colors of #DC211F
Black with #DC211F
Text Example
Text Example
White with #DC211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC211F; }
p { color: rgb(220,33,31); }
H1.HeaderClassName
{
color: #DC211F;
}
.AnyTagClassName
{
color: #DC211F;
}
</style>
background-color css
<style>
a { background-color: #DC211F; }
a { background-color: rgb(220,33,31); }
div.DivClassName
{
background-color: #DC211F;
}
.BgClassName
{
background-color: #DC211F;
}
</style>
border-color css
<style>
span { border-color: #DC211F; }
span { border-color: rgb(220,33,31); }
td.TdClassName
{
border-color: #DC211F;
}
.TagClassName
{
border-color: #DC211F;
}
</style>