Shades of Persian Red #DE2C2C
Tints of Persian Red #DE2C2C
RGB
CMYK
RGB Variations
Color information
#DE2C2C (or 0xDE2C2C) is known color: Persian Red. HEX triplet: DE, 2C and 2C. RGB value is (222,44,44). Sum of RGB (Red+Green+Blue) = 222+44+44=310 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.61% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2C2C is #21D3D3. Grayscale: #616161. Windows color (decimal): -2216916 or 2895070. OLE color: 2895070.
HSL color Cylindrical-coordinate representation of color #DE2C2C: hue angle of 0º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2C2C is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 44 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.13 |
| HSL | 0º | 0.73% | 0.52% | - |
| HSV(B) | 0º | 0.8% | 0.87% | - |
| XYZ | 31.48 | 17.51 | 4.1 | - |
| YUV | 97.22 | 97.97 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 44 | 0 | 0.80 | 0.80 | 0.13 | 0 | 0.73 | 0.52 |
| Hex | DE | 2C | 2C | 0 | 50 | 50 | D | 0 | 49 | 34 |
| Octal | 336 | 54 | 54 | 0 | 120 | 120 | 15 | 0 | 111 | 64 |
| Binary | 11011110 | 101100 | 101100 | 0 | 1010000 | 1010000 | 1101 | 0 | 1001001 | 110100 |
Color Harmonies of #DE2C2C
Complementary color
Monochromatic Colors of #DE2C2C
Black with #DE2C2C
Text Example
Text Example
White with #DE2C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C2C; }
p { color: rgb(222,44,44); }
H1.HeaderClassName
{
color: #DE2C2C;
}
.AnyTagClassName
{
color: #DE2C2C;
}
</style>
background-color css
<style>
a { background-color: #DE2C2C; }
a { background-color: rgb(222,44,44); }
div.DivClassName
{
background-color: #DE2C2C;
}
.BgClassName
{
background-color: #DE2C2C;
}
</style>
border-color css
<style>
span { border-color: #DE2C2C; }
span { border-color: rgb(222,44,44); }
td.TdClassName
{
border-color: #DE2C2C;
}
.TagClassName
{
border-color: #DE2C2C;
}
</style>