Shades of Persian Red #DE2C26
Tints of Persian Red #DE2C26
RGB
CMYK
RGB Variations
Color information
#DE2C26 (or 0xDE2C26) is known color: Persian Red. HEX triplet: DE, 2C and 26. RGB value is (222,44,38). Sum of RGB (Red+Green+Blue) = 222+44+38=304 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.03% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2C26 is #21D3D9. Grayscale: #606060. Windows color (decimal): -2216922 or 2501854. OLE color: 2501854.
HSL color Cylindrical-coordinate representation of color #DE2C26: hue angle of 1.96º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE2C26 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 38 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.13 |
| HSL | 1.96º | 0.74% | 0.51% | - |
| HSV(B) | 1.96º | 0.83% | 0.87% | - |
| XYZ | 31.37 | 17.47 | 3.55 | - |
| YUV | 96.54 | 94.97 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 38 | 0 | 0.80 | 0.83 | 0.13 | 1.96 | 0.74 | 0.51 |
| Hex | DE | 2C | 26 | 0 | 50 | 53 | D | 2 | 4A | 33 |
| Octal | 336 | 54 | 46 | 0 | 120 | 123 | 15 | 2 | 112 | 63 |
| Binary | 11011110 | 101100 | 100110 | 0 | 1010000 | 1010011 | 1101 | 10 | 1001010 | 110011 |
Color Harmonies of #DE2C26
Complementary color
Monochromatic Colors of #DE2C26
Black with #DE2C26
Text Example
Text Example
White with #DE2C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C26; }
p { color: rgb(222,44,38); }
H1.HeaderClassName
{
color: #DE2C26;
}
.AnyTagClassName
{
color: #DE2C26;
}
</style>
background-color css
<style>
a { background-color: #DE2C26; }
a { background-color: rgb(222,44,38); }
div.DivClassName
{
background-color: #DE2C26;
}
.BgClassName
{
background-color: #DE2C26;
}
</style>
border-color css
<style>
span { border-color: #DE2C26; }
span { border-color: rgb(222,44,38); }
td.TdClassName
{
border-color: #DE2C26;
}
.TagClassName
{
border-color: #DE2C26;
}
</style>