Shades of Persian Red #D32E24
Tints of Persian Red #D32E24
RGB
CMYK
RGB Variations
Color information
#D32E24 (or 0xD32E24) is known color: Persian Red. HEX triplet: D3, 2E and 24. RGB value is (211,46,36). Sum of RGB (Red+Green+Blue) = 211+46+36=293 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.01% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 211 - color contains mainly: red. Hex color #D32E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32E24 is #2CD1DB. Grayscale: #5E5E5E. Windows color (decimal): -2937308 or 2371283. OLE color: 2371283.
HSL color Cylindrical-coordinate representation of color #D32E24: hue angle of 3.43º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D32E24 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 46 | 36 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.17 |
| HSL | 3.43º | 0.71% | 0.48% | - |
| HSV(B) | 3.43º | 0.83% | 0.83% | - |
| XYZ | 28.16 | 15.93 | 3.26 | - |
| YUV | 94.2 | 95.16 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 46 | 36 | 0 | 0.78 | 0.83 | 0.17 | 3.43 | 0.71 | 0.48 |
| Hex | D3 | 2E | 24 | 0 | 4E | 53 | 11 | 3 | 47 | 30 |
| Octal | 323 | 56 | 44 | 0 | 116 | 123 | 21 | 3 | 107 | 60 |
| Binary | 11010011 | 101110 | 100100 | 0 | 1001110 | 1010011 | 10001 | 11 | 1000111 | 110000 |
Color Harmonies of #D32E24
Complementary color
Monochromatic Colors of #D32E24
Black with #D32E24
Text Example
Text Example
White with #D32E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32E24; }
p { color: rgb(211,46,36); }
H1.HeaderClassName
{
color: #D32E24;
}
.AnyTagClassName
{
color: #D32E24;
}
</style>
background-color css
<style>
a { background-color: #D32E24; }
a { background-color: rgb(211,46,36); }
div.DivClassName
{
background-color: #D32E24;
}
.BgClassName
{
background-color: #D32E24;
}
</style>
border-color css
<style>
span { border-color: #D32E24; }
span { border-color: rgb(211,46,36); }
td.TdClassName
{
border-color: #D32E24;
}
.TagClassName
{
border-color: #D32E24;
}
</style>