Shades of Persian Red #DE2C2A
Tints of Persian Red #DE2C2A
RGB
CMYK
RGB Variations
Color information
#DE2C2A (or 0xDE2C2A) is known color: Persian Red. HEX triplet: DE, 2C and 2A. RGB value is (222,44,42). Sum of RGB (Red+Green+Blue) = 222+44+42=308 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.08% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2C2A is #21D3D5. Grayscale: #616161. Windows color (decimal): -2216918 or 2763998. OLE color: 2763998.
HSL color Cylindrical-coordinate representation of color #DE2C2A: hue angle of 0.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE2C2A is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 42 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.13 |
| HSL | 0.67º | 0.73% | 0.52% | - |
| HSV(B) | 0.67º | 0.81% | 0.87% | - |
| XYZ | 31.44 | 17.5 | 3.91 | - |
| YUV | 96.99 | 96.97 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 42 | 0 | 0.80 | 0.81 | 0.13 | 0.67 | 0.73 | 0.52 |
| Hex | DE | 2C | 2A | 0 | 50 | 51 | D | 1 | 49 | 34 |
| Octal | 336 | 54 | 52 | 0 | 120 | 121 | 15 | 1 | 111 | 64 |
| Binary | 11011110 | 101100 | 101010 | 0 | 1010000 | 1010001 | 1101 | 1 | 1001001 | 110100 |
Color Harmonies of #DE2C2A
Complementary color
Monochromatic Colors of #DE2C2A
Black with #DE2C2A
Text Example
Text Example
White with #DE2C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C2A; }
p { color: rgb(222,44,42); }
H1.HeaderClassName
{
color: #DE2C2A;
}
.AnyTagClassName
{
color: #DE2C2A;
}
</style>
background-color css
<style>
a { background-color: #DE2C2A; }
a { background-color: rgb(222,44,42); }
div.DivClassName
{
background-color: #DE2C2A;
}
.BgClassName
{
background-color: #DE2C2A;
}
</style>
border-color css
<style>
span { border-color: #DE2C2A; }
span { border-color: rgb(222,44,42); }
td.TdClassName
{
border-color: #DE2C2A;
}
.TagClassName
{
border-color: #DE2C2A;
}
</style>