Shades of Persian Red #DE2D2B
Tints of Persian Red #DE2D2B
RGB
CMYK
RGB Variations
Color information
#DE2D2B (or 0xDE2D2B) is known color: Persian Red. HEX triplet: DE, 2D and 2B. RGB value is (222,45,43). Sum of RGB (Red+Green+Blue) = 222+45+43=310 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.61% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2D2B is #21D2D4. Grayscale: #616161. Windows color (decimal): -2216661 or 2829790. OLE color: 2829790.
HSL color Cylindrical-coordinate representation of color #DE2D2B: 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 #DE2D2B is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 45 | 43 | - |
| 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.5 | 17.58 | 4.02 | - |
| YUV | 97.7 | 97.14 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 45 | 43 | 0 | 0.80 | 0.81 | 0.13 | 0.67 | 0.73 | 0.52 |
| Hex | DE | 2D | 2B | 0 | 50 | 51 | D | 1 | 49 | 34 |
| Octal | 336 | 55 | 53 | 0 | 120 | 121 | 15 | 1 | 111 | 64 |
| Binary | 11011110 | 101101 | 101011 | 0 | 1010000 | 1010001 | 1101 | 1 | 1001001 | 110100 |
Color Harmonies of #DE2D2B
Complementary color
Monochromatic Colors of #DE2D2B
Black with #DE2D2B
Text Example
Text Example
White with #DE2D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2D2B; }
p { color: rgb(222,45,43); }
H1.HeaderClassName
{
color: #DE2D2B;
}
.AnyTagClassName
{
color: #DE2D2B;
}
</style>
background-color css
<style>
a { background-color: #DE2D2B; }
a { background-color: rgb(222,45,43); }
div.DivClassName
{
background-color: #DE2D2B;
}
.BgClassName
{
background-color: #DE2D2B;
}
</style>
border-color css
<style>
span { border-color: #DE2D2B; }
span { border-color: rgb(222,45,43); }
td.TdClassName
{
border-color: #DE2D2B;
}
.TagClassName
{
border-color: #DE2D2B;
}
</style>