Shades of Persian Red #D32923
Tints of Persian Red #D32923
RGB
CMYK
RGB Variations
Color information
#D32923 (or 0xD32923) is known color: Persian Red. HEX triplet: D3, 29 and 23. RGB value is (211,41,35). Sum of RGB (Red+Green+Blue) = 211+41+35=287 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.52% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 211 - color contains mainly: red. Hex color #D32923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32923 is #2CD6DC. Grayscale: #5B5B5B. Windows color (decimal): -2938589 or 2304467. OLE color: 2304467.
HSL color Cylindrical-coordinate representation of color #D32923: hue angle of 2.05º degrees, saturation: 0.72, 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 #D32923 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 35 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.17 |
| HSL | 2.05º | 0.72% | 0.48% | - |
| HSV(B) | 2.05º | 0.83% | 0.83% | - |
| XYZ | 27.96 | 15.56 | 3.12 | - |
| YUV | 91.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 35 | 0 | 0.81 | 0.83 | 0.17 | 2.05 | 0.72 | 0.48 |
| Hex | D3 | 29 | 23 | 0 | 51 | 53 | 11 | 2 | 48 | 30 |
| Octal | 323 | 51 | 43 | 0 | 121 | 123 | 21 | 2 | 110 | 60 |
| Binary | 11010011 | 101001 | 100011 | 0 | 1010001 | 1010011 | 10001 | 10 | 1001000 | 110000 |
Color Harmonies of #D32923
Complementary color
Monochromatic Colors of #D32923
Black with #D32923
Text Example
Text Example
White with #D32923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32923; }
p { color: rgb(211,41,35); }
H1.HeaderClassName
{
color: #D32923;
}
.AnyTagClassName
{
color: #D32923;
}
</style>
background-color css
<style>
a { background-color: #D32923; }
a { background-color: rgb(211,41,35); }
div.DivClassName
{
background-color: #D32923;
}
.BgClassName
{
background-color: #D32923;
}
</style>
border-color css
<style>
span { border-color: #D32923; }
span { border-color: rgb(211,41,35); }
td.TdClassName
{
border-color: #D32923;
}
.TagClassName
{
border-color: #D32923;
}
</style>