Shades of Persian Red #DE2F2D
Tints of Persian Red #DE2F2D
RGB
CMYK
RGB Variations
Color information
#DE2F2D (or 0xDE2F2D) is known color: Persian Red. HEX triplet: DE, 2F and 2D. RGB value is (222,47,45). Sum of RGB (Red+Green+Blue) = 222+47+45=314 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.70% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2F2D is #21D0D2. Grayscale: #636363. Windows color (decimal): -2216147 or 2961374. OLE color: 2961374.
HSL color Cylindrical-coordinate representation of color #DE2F2D: hue angle of 0.68º 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 #DE2F2D is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 47 | 45 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.13 |
| HSL | 0.68º | 0.73% | 0.52% | - |
| HSV(B) | 0.68º | 0.8% | 0.87% | - |
| XYZ | 31.61 | 17.75 | 4.24 | - |
| YUV | 99.1 | 97.48 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 47 | 45 | 0 | 0.79 | 0.80 | 0.13 | 0.68 | 0.73 | 0.52 |
| Hex | DE | 2F | 2D | 0 | 4F | 50 | D | 1 | 49 | 34 |
| Octal | 336 | 57 | 55 | 0 | 117 | 120 | 15 | 1 | 111 | 64 |
| Binary | 11011110 | 101111 | 101101 | 0 | 1001111 | 1010000 | 1101 | 1 | 1001001 | 110100 |
Color Harmonies of #DE2F2D
Complementary color
Monochromatic Colors of #DE2F2D
Black with #DE2F2D
Text Example
Text Example
White with #DE2F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2F2D; }
p { color: rgb(222,47,45); }
H1.HeaderClassName
{
color: #DE2F2D;
}
.AnyTagClassName
{
color: #DE2F2D;
}
</style>
background-color css
<style>
a { background-color: #DE2F2D; }
a { background-color: rgb(222,47,45); }
div.DivClassName
{
background-color: #DE2F2D;
}
.BgClassName
{
background-color: #DE2F2D;
}
</style>
border-color css
<style>
span { border-color: #DE2F2D; }
span { border-color: rgb(222,47,45); }
td.TdClassName
{
border-color: #DE2F2D;
}
.TagClassName
{
border-color: #DE2F2D;
}
</style>