Shades of Persian Red #D43A39
Tints of Persian Red #D43A39
RGB
CMYK
RGB Variations
Color information
#D43A39 (or 0xD43A39) is known color: Persian Red. HEX triplet: D4, 3A and 39. RGB value is (212,58,57). Sum of RGB (Red+Green+Blue) = 212+58+57=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43A39 is #2BC5C6. Grayscale: #686868. Windows color (decimal): -2868679 or 3750612. OLE color: 3750612.
HSL color Cylindrical-coordinate representation of color #D43A39: hue angle of 0.39º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43A39 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 58 | 57 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.17 |
| HSL | 0.39º | 0.64% | 0.53% | - |
| HSV(B) | 0.39º | 0.73% | 0.83% | - |
| XYZ | 29.4 | 17.32 | 5.66 | - |
| YUV | 103.93 | 101.52 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 57 | 0 | 0.73 | 0.73 | 0.17 | 0.39 | 0.64 | 0.53 |
| Hex | D4 | 3A | 39 | 0 | 49 | 49 | 11 | 0 | 40 | 35 |
| Octal | 324 | 72 | 71 | 0 | 111 | 111 | 21 | 0 | 100 | 65 |
| Binary | 11010100 | 111010 | 111001 | 0 | 1001001 | 1001001 | 10001 | 0 | 1000000 | 110101 |
Color Harmonies of #D43A39
Complementary color
Monochromatic Colors of #D43A39
Black with #D43A39
Text Example
Text Example
White with #D43A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43A39; }
p { color: rgb(212,58,57); }
H1.HeaderClassName
{
color: #D43A39;
}
.AnyTagClassName
{
color: #D43A39;
}
</style>
background-color css
<style>
a { background-color: #D43A39; }
a { background-color: rgb(212,58,57); }
div.DivClassName
{
background-color: #D43A39;
}
.BgClassName
{
background-color: #D43A39;
}
</style>
border-color css
<style>
span { border-color: #D43A39; }
span { border-color: rgb(212,58,57); }
td.TdClassName
{
border-color: #D43A39;
}
.TagClassName
{
border-color: #D43A39;
}
</style>