Shades of Persian Red #D32724
Tints of Persian Red #D32724
RGB
CMYK
RGB Variations
Color information
#D32724 (or 0xD32724) is known color: Persian Red. HEX triplet: D3, 27 and 24. RGB value is (211,39,36). Sum of RGB (Red+Green+Blue) = 211+39+36=286 (37% of max value = 765). Red value is 211 (82.81% from 255 or 73.78% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 211 - color contains mainly: red. Hex color #D32724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32724 is #2CD8DB. Grayscale: #5A5A5A. Windows color (decimal): -2939100 or 2369491. OLE color: 2369491.
HSL color Cylindrical-coordinate representation of color #D32724: hue angle of 1.03º 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 #D32724 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 36 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.17 |
| HSL | 1.03º | 0.71% | 0.48% | - |
| HSV(B) | 1.03º | 0.83% | 0.83% | - |
| XYZ | 27.91 | 15.43 | 3.18 | - |
| YUV | 90.09 | 97.48 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 36 | 0 | 0.82 | 0.83 | 0.17 | 1.03 | 0.71 | 0.48 |
| Hex | D3 | 27 | 24 | 0 | 52 | 53 | 11 | 1 | 47 | 30 |
| Octal | 323 | 47 | 44 | 0 | 122 | 123 | 21 | 1 | 107 | 60 |
| Binary | 11010011 | 100111 | 100100 | 0 | 1010010 | 1010011 | 10001 | 1 | 1000111 | 110000 |
Color Harmonies of #D32724
Complementary color
Monochromatic Colors of #D32724
Black with #D32724
Text Example
Text Example
White with #D32724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32724; }
p { color: rgb(211,39,36); }
H1.HeaderClassName
{
color: #D32724;
}
.AnyTagClassName
{
color: #D32724;
}
</style>
background-color css
<style>
a { background-color: #D32724; }
a { background-color: rgb(211,39,36); }
div.DivClassName
{
background-color: #D32724;
}
.BgClassName
{
background-color: #D32724;
}
</style>
border-color css
<style>
span { border-color: #D32724; }
span { border-color: rgb(211,39,36); }
td.TdClassName
{
border-color: #D32724;
}
.TagClassName
{
border-color: #D32724;
}
</style>