Shades of Persian Red #D32521
Tints of Persian Red #D32521
RGB
CMYK
RGB Variations
Color information
#D32521 (or 0xD32521) is known color: Persian Red. HEX triplet: D3, 25 and 21. RGB value is (211,37,33). Sum of RGB (Red+Green+Blue) = 211+37+33=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D32521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32521 is #2CDADE. Grayscale: #585858. Windows color (decimal): -2939615 or 2172371. OLE color: 2172371.
HSL color Cylindrical-coordinate representation of color #D32521: hue angle of 1.35º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D32521 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 37 | 33 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.17 |
| HSL | 1.35º | 0.73% | 0.48% | - |
| HSV(B) | 1.35º | 0.84% | 0.83% | - |
| XYZ | 27.8 | 15.28 | 2.92 | - |
| YUV | 88.57 | 96.65 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 33 | 0 | 0.82 | 0.84 | 0.17 | 1.35 | 0.73 | 0.48 |
| Hex | D3 | 25 | 21 | 0 | 52 | 54 | 11 | 1 | 49 | 30 |
| Octal | 323 | 45 | 41 | 0 | 122 | 124 | 21 | 1 | 111 | 60 |
| Binary | 11010011 | 100101 | 100001 | 0 | 1010010 | 1010100 | 10001 | 1 | 1001001 | 110000 |
Color Harmonies of #D32521
Complementary color
Monochromatic Colors of #D32521
Black with #D32521
Text Example
Text Example
White with #D32521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32521; }
p { color: rgb(211,37,33); }
H1.HeaderClassName
{
color: #D32521;
}
.AnyTagClassName
{
color: #D32521;
}
</style>
background-color css
<style>
a { background-color: #D32521; }
a { background-color: rgb(211,37,33); }
div.DivClassName
{
background-color: #D32521;
}
.BgClassName
{
background-color: #D32521;
}
</style>
border-color css
<style>
span { border-color: #D32521; }
span { border-color: rgb(211,37,33); }
td.TdClassName
{
border-color: #D32521;
}
.TagClassName
{
border-color: #D32521;
}
</style>