Shades of Persian Red #D43433
Tints of Persian Red #D43433
RGB
CMYK
RGB Variations
Color information
#D43433 (or 0xD43433) is known color: Persian Red. HEX triplet: D4, 34 and 33. RGB value is (212,52,51). Sum of RGB (Red+Green+Blue) = 212+52+51=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D43433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43433 is #2BCBCC. Grayscale: #636363. Windows color (decimal): -2870221 or 3355860. OLE color: 3355860.
HSL color Cylindrical-coordinate representation of color #D43433: hue angle of 0.37º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43433 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 52 | 51 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.17 |
| HSL | 0.37º | 0.65% | 0.52% | - |
| HSV(B) | 0.37º | 0.76% | 0.83% | - |
| XYZ | 28.98 | 16.69 | 4.83 | - |
| YUV | 99.73 | 100.51 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 51 | 0 | 0.75 | 0.76 | 0.17 | 0.37 | 0.65 | 0.52 |
| Hex | D4 | 34 | 33 | 0 | 4B | 4C | 11 | 0 | 41 | 34 |
| Octal | 324 | 64 | 63 | 0 | 113 | 114 | 21 | 0 | 101 | 64 |
| Binary | 11010100 | 110100 | 110011 | 0 | 1001011 | 1001100 | 10001 | 0 | 1000001 | 110100 |
Color Harmonies of #D43433
Complementary color
Monochromatic Colors of #D43433
Black with #D43433
Text Example
Text Example
White with #D43433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43433; }
p { color: rgb(212,52,51); }
H1.HeaderClassName
{
color: #D43433;
}
.AnyTagClassName
{
color: #D43433;
}
</style>
background-color css
<style>
a { background-color: #D43433; }
a { background-color: rgb(212,52,51); }
div.DivClassName
{
background-color: #D43433;
}
.BgClassName
{
background-color: #D43433;
}
</style>
border-color css
<style>
span { border-color: #D43433; }
span { border-color: rgb(212,52,51); }
td.TdClassName
{
border-color: #D43433;
}
.TagClassName
{
border-color: #D43433;
}
</style>