Shades of Persian Red #D43D32
Tints of Persian Red #D43D32
RGB
CMYK
RGB Variations
Color information
#D43D32 (or 0xD43D32) is known color: Persian Red. HEX triplet: D4, 3D and 32. RGB value is (212,61,50). Sum of RGB (Red+Green+Blue) = 212+61+50=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43D32 is #2BC2CD. Grayscale: #696969. Windows color (decimal): -2867918 or 3292628. OLE color: 3292628.
HSL color Cylindrical-coordinate representation of color #D43D32: hue angle of 4.07º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43D32 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 50 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.17 |
| HSL | 4.07º | 0.65% | 0.51% | - |
| HSV(B) | 4.07º | 0.76% | 0.83% | - |
| XYZ | 29.4 | 17.56 | 4.86 | - |
| YUV | 104.9 | 97.03 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 50 | 0 | 0.71 | 0.76 | 0.17 | 4.07 | 0.65 | 0.51 |
| Hex | D4 | 3D | 32 | 0 | 47 | 4C | 11 | 4 | 41 | 33 |
| Octal | 324 | 75 | 62 | 0 | 107 | 114 | 21 | 4 | 101 | 63 |
| Binary | 11010100 | 111101 | 110010 | 0 | 1000111 | 1001100 | 10001 | 100 | 1000001 | 110011 |
Color Harmonies of #D43D32
Complementary color
Monochromatic Colors of #D43D32
Black with #D43D32
Text Example
Text Example
White with #D43D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43D32; }
p { color: rgb(212,61,50); }
H1.HeaderClassName
{
color: #D43D32;
}
.AnyTagClassName
{
color: #D43D32;
}
</style>
background-color css
<style>
a { background-color: #D43D32; }
a { background-color: rgb(212,61,50); }
div.DivClassName
{
background-color: #D43D32;
}
.BgClassName
{
background-color: #D43D32;
}
</style>
border-color css
<style>
span { border-color: #D43D32; }
span { border-color: rgb(212,61,50); }
td.TdClassName
{
border-color: #D43D32;
}
.TagClassName
{
border-color: #D43D32;
}
</style>