Shades of Persian Red #DE2E2A
Tints of Persian Red #DE2E2A
RGB
CMYK
RGB Variations
Color information
#DE2E2A (or 0xDE2E2A) is known color: Persian Red. HEX triplet: DE, 2E and 2A. RGB value is (222,46,42). Sum of RGB (Red+Green+Blue) = 222+46+42=310 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.61% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2E2A is #21D1D5. Grayscale: #626262. Windows color (decimal): -2216406 or 2764510. OLE color: 2764510.
HSL color Cylindrical-coordinate representation of color #DE2E2A: hue angle of 1.33º 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 #DE2E2A is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 46 | 42 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.13 |
| HSL | 1.33º | 0.73% | 0.52% | - |
| HSV(B) | 1.33º | 0.81% | 0.87% | - |
| XYZ | 31.52 | 17.65 | 3.94 | - |
| YUV | 98.17 | 96.31 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 46 | 42 | 0 | 0.79 | 0.81 | 0.13 | 1.33 | 0.73 | 0.52 |
| Hex | DE | 2E | 2A | 0 | 4F | 51 | D | 1 | 49 | 34 |
| Octal | 336 | 56 | 52 | 0 | 117 | 121 | 15 | 1 | 111 | 64 |
| Binary | 11011110 | 101110 | 101010 | 0 | 1001111 | 1010001 | 1101 | 1 | 1001001 | 110100 |
Color Harmonies of #DE2E2A
Complementary color
Monochromatic Colors of #DE2E2A
Black with #DE2E2A
Text Example
Text Example
White with #DE2E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2E2A; }
p { color: rgb(222,46,42); }
H1.HeaderClassName
{
color: #DE2E2A;
}
.AnyTagClassName
{
color: #DE2E2A;
}
</style>
background-color css
<style>
a { background-color: #DE2E2A; }
a { background-color: rgb(222,46,42); }
div.DivClassName
{
background-color: #DE2E2A;
}
.BgClassName
{
background-color: #DE2E2A;
}
</style>
border-color css
<style>
span { border-color: #DE2E2A; }
span { border-color: rgb(222,46,42); }
td.TdClassName
{
border-color: #DE2E2A;
}
.TagClassName
{
border-color: #DE2E2A;
}
</style>