Shades of Persian Red #DE2C27
Tints of Persian Red #DE2C27
RGB
CMYK
RGB Variations
Color information
#DE2C27 (or 0xDE2C27) is known color: Persian Red. HEX triplet: DE, 2C and 27. RGB value is (222,44,39). Sum of RGB (Red+Green+Blue) = 222+44+39=305 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.79% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2C27 is #21D3D8. Grayscale: #606060. Windows color (decimal): -2216921 or 2567390. OLE color: 2567390.
HSL color Cylindrical-coordinate representation of color #DE2C27: hue angle of 1.64º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2C27 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 39 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.13 |
| HSL | 1.64º | 0.73% | 0.51% | - |
| HSV(B) | 1.64º | 0.82% | 0.87% | - |
| XYZ | 31.39 | 17.48 | 3.64 | - |
| YUV | 96.65 | 95.47 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 39 | 0 | 0.80 | 0.82 | 0.13 | 1.64 | 0.73 | 0.51 |
| Hex | DE | 2C | 27 | 0 | 50 | 52 | D | 2 | 49 | 33 |
| Octal | 336 | 54 | 47 | 0 | 120 | 122 | 15 | 2 | 111 | 63 |
| Binary | 11011110 | 101100 | 100111 | 0 | 1010000 | 1010010 | 1101 | 10 | 1001001 | 110011 |
Color Harmonies of #DE2C27
Complementary color
Monochromatic Colors of #DE2C27
Black with #DE2C27
Text Example
Text Example
White with #DE2C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C27; }
p { color: rgb(222,44,39); }
H1.HeaderClassName
{
color: #DE2C27;
}
.AnyTagClassName
{
color: #DE2C27;
}
</style>
background-color css
<style>
a { background-color: #DE2C27; }
a { background-color: rgb(222,44,39); }
div.DivClassName
{
background-color: #DE2C27;
}
.BgClassName
{
background-color: #DE2C27;
}
</style>
border-color css
<style>
span { border-color: #DE2C27; }
span { border-color: rgb(222,44,39); }
td.TdClassName
{
border-color: #DE2C27;
}
.TagClassName
{
border-color: #DE2C27;
}
</style>