Shades of Persian Red #D43429
Tints of Persian Red #D43429
RGB
CMYK
RGB Variations
Color information
#D43429 (or 0xD43429) is known color: Persian Red. HEX triplet: D4, 34 and 29. RGB value is (212,52,41). Sum of RGB (Red+Green+Blue) = 212+52+41=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D43429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43429 is #2BCBD6. Grayscale: #626262. Windows color (decimal): -2870231 or 2700500. OLE color: 2700500.
HSL color Cylindrical-coordinate representation of color #D43429: hue angle of 3.86º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D43429 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 52 | 41 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.17 |
| HSL | 3.86º | 0.68% | 0.5% | - |
| HSV(B) | 3.86º | 0.81% | 0.83% | - |
| XYZ | 28.78 | 16.61 | 3.79 | - |
| YUV | 98.59 | 95.51 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 41 | 0 | 0.75 | 0.81 | 0.17 | 3.86 | 0.68 | 0.5 |
| Hex | D4 | 34 | 29 | 0 | 4B | 51 | 11 | 4 | 44 | 32 |
| Octal | 324 | 64 | 51 | 0 | 113 | 121 | 21 | 4 | 104 | 62 |
| Binary | 11010100 | 110100 | 101001 | 0 | 1001011 | 1010001 | 10001 | 100 | 1000100 | 110010 |
Color Harmonies of #D43429
Complementary color
Monochromatic Colors of #D43429
Black with #D43429
Text Example
Text Example
White with #D43429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43429; }
p { color: rgb(212,52,41); }
H1.HeaderClassName
{
color: #D43429;
}
.AnyTagClassName
{
color: #D43429;
}
</style>
background-color css
<style>
a { background-color: #D43429; }
a { background-color: rgb(212,52,41); }
div.DivClassName
{
background-color: #D43429;
}
.BgClassName
{
background-color: #D43429;
}
</style>
border-color css
<style>
span { border-color: #D43429; }
span { border-color: rgb(212,52,41); }
td.TdClassName
{
border-color: #D43429;
}
.TagClassName
{
border-color: #D43429;
}
</style>