Shades of Persian Red #D43423
Tints of Persian Red #D43423
RGB
CMYK
RGB Variations
Color information
#D43423 (or 0xD43423) is known color: Persian Red. HEX triplet: D4, 34 and 23. RGB value is (212,52,35). Sum of RGB (Red+Green+Blue) = 212+52+35=299 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.90% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 212 - color contains mainly: red. Hex color #D43423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43423 is #2BCBDC. Grayscale: #626262. Windows color (decimal): -2870237 or 2307284. OLE color: 2307284.
HSL color Cylindrical-coordinate representation of color #D43423: hue angle of 5.76º 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 #D43423 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 52 | 35 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.17 |
| HSL | 5.76º | 0.72% | 0.48% | - |
| HSV(B) | 5.76º | 0.83% | 0.83% | - |
| XYZ | 28.68 | 16.57 | 3.28 | - |
| YUV | 97.9 | 92.51 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 35 | 0 | 0.75 | 0.83 | 0.17 | 5.76 | 0.72 | 0.48 |
| Hex | D4 | 34 | 23 | 0 | 4B | 53 | 11 | 6 | 48 | 30 |
| Octal | 324 | 64 | 43 | 0 | 113 | 123 | 21 | 6 | 110 | 60 |
| Binary | 11010100 | 110100 | 100011 | 0 | 1001011 | 1010011 | 10001 | 110 | 1001000 | 110000 |
Color Harmonies of #D43423
Complementary color
Monochromatic Colors of #D43423
Black with #D43423
Text Example
Text Example
White with #D43423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43423; }
p { color: rgb(212,52,35); }
H1.HeaderClassName
{
color: #D43423;
}
.AnyTagClassName
{
color: #D43423;
}
</style>
background-color css
<style>
a { background-color: #D43423; }
a { background-color: rgb(212,52,35); }
div.DivClassName
{
background-color: #D43423;
}
.BgClassName
{
background-color: #D43423;
}
</style>
border-color css
<style>
span { border-color: #D43423; }
span { border-color: rgb(212,52,35); }
td.TdClassName
{
border-color: #D43423;
}
.TagClassName
{
border-color: #D43423;
}
</style>