Shades of Persian Red #DE2D21
Tints of Persian Red #DE2D21
RGB
CMYK
RGB Variations
Color information
#DE2D21 (or 0xDE2D21) is known color: Persian Red. HEX triplet: DE, 2D and 21. RGB value is (222,45,33). Sum of RGB (Red+Green+Blue) = 222+45+33=300 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2D21 is #21D2DE. Grayscale: #606060. Windows color (decimal): -2216671 or 2174430. OLE color: 2174430.
HSL color Cylindrical-coordinate representation of color #DE2D21: hue angle of 3.81º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE2D21 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 45 | 33 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.13 |
| HSL | 3.81º | 0.74% | 0.5% | - |
| HSV(B) | 3.81º | 0.85% | 0.87% | - |
| XYZ | 31.34 | 17.52 | 3.17 | - |
| YUV | 96.56 | 92.14 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 45 | 33 | 0 | 0.80 | 0.85 | 0.13 | 3.81 | 0.74 | 0.5 |
| Hex | DE | 2D | 21 | 0 | 50 | 55 | D | 4 | 4A | 32 |
| Octal | 336 | 55 | 41 | 0 | 120 | 125 | 15 | 4 | 112 | 62 |
| Binary | 11011110 | 101101 | 100001 | 0 | 1010000 | 1010101 | 1101 | 100 | 1001010 | 110010 |
Color Harmonies of #DE2D21
Complementary color
Monochromatic Colors of #DE2D21
Black with #DE2D21
Text Example
Text Example
White with #DE2D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2D21; }
p { color: rgb(222,45,33); }
H1.HeaderClassName
{
color: #DE2D21;
}
.AnyTagClassName
{
color: #DE2D21;
}
</style>
background-color css
<style>
a { background-color: #DE2D21; }
a { background-color: rgb(222,45,33); }
div.DivClassName
{
background-color: #DE2D21;
}
.BgClassName
{
background-color: #DE2D21;
}
</style>
border-color css
<style>
span { border-color: #DE2D21; }
span { border-color: rgb(222,45,33); }
td.TdClassName
{
border-color: #DE2D21;
}
.TagClassName
{
border-color: #DE2D21;
}
</style>