Shades of Persian Red #DE2823
Tints of Persian Red #DE2823
RGB
CMYK
RGB Variations
Color information
#DE2823 (or 0xDE2823) is known color: Persian Red. HEX triplet: DE, 28 and 23. RGB value is (222,40,35). Sum of RGB (Red+Green+Blue) = 222+40+35=297 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.75% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2823 is #21D7DC. Grayscale: #5E5E5E. Windows color (decimal): -2217949 or 2304222. OLE color: 2304222.
HSL color Cylindrical-coordinate representation of color #DE2823: hue angle of 1.6º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE2823 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 35 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.13 |
| HSL | 1.6º | 0.74% | 0.5% | - |
| HSV(B) | 1.6º | 0.84% | 0.87% | - |
| XYZ | 31.19 | 17.17 | 3.26 | - |
| YUV | 93.85 | 94.8 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 35 | 0 | 0.82 | 0.84 | 0.13 | 1.6 | 0.74 | 0.5 |
| Hex | DE | 28 | 23 | 0 | 52 | 54 | D | 2 | 4A | 32 |
| Octal | 336 | 50 | 43 | 0 | 122 | 124 | 15 | 2 | 112 | 62 |
| Binary | 11011110 | 101000 | 100011 | 0 | 1010010 | 1010100 | 1101 | 10 | 1001010 | 110010 |
Color Harmonies of #DE2823
Complementary color
Monochromatic Colors of #DE2823
Black with #DE2823
Text Example
Text Example
White with #DE2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2823; }
p { color: rgb(222,40,35); }
H1.HeaderClassName
{
color: #DE2823;
}
.AnyTagClassName
{
color: #DE2823;
}
</style>
background-color css
<style>
a { background-color: #DE2823; }
a { background-color: rgb(222,40,35); }
div.DivClassName
{
background-color: #DE2823;
}
.BgClassName
{
background-color: #DE2823;
}
</style>
border-color css
<style>
span { border-color: #DE2823; }
span { border-color: rgb(222,40,35); }
td.TdClassName
{
border-color: #DE2823;
}
.TagClassName
{
border-color: #DE2823;
}
</style>