Shades of Persian Red #D43128
Tints of Persian Red #D43128
RGB
CMYK
RGB Variations
Color information
#D43128 (or 0xD43128) is known color: Persian Red. HEX triplet: D4, 31 and 28. RGB value is (212,49,40). Sum of RGB (Red+Green+Blue) = 212+49+40=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D43128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43128 is #2BCED7. Grayscale: #606060. Windows color (decimal): -2871000 or 2634196. OLE color: 2634196.
HSL color Cylindrical-coordinate representation of color #D43128: hue angle of 3.14º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D43128 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 49 | 40 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.17 |
| HSL | 3.14º | 0.68% | 0.49% | - |
| HSV(B) | 3.14º | 0.81% | 0.83% | - |
| XYZ | 28.63 | 16.35 | 3.65 | - |
| YUV | 96.71 | 96 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 40 | 0 | 0.77 | 0.81 | 0.17 | 3.14 | 0.68 | 0.49 |
| Hex | D4 | 31 | 28 | 0 | 4D | 51 | 11 | 3 | 44 | 31 |
| Octal | 324 | 61 | 50 | 0 | 115 | 121 | 21 | 3 | 104 | 61 |
| Binary | 11010100 | 110001 | 101000 | 0 | 1001101 | 1010001 | 10001 | 11 | 1000100 | 110001 |
Color Harmonies of #D43128
Complementary color
Monochromatic Colors of #D43128
Black with #D43128
Text Example
Text Example
White with #D43128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43128; }
p { color: rgb(212,49,40); }
H1.HeaderClassName
{
color: #D43128;
}
.AnyTagClassName
{
color: #D43128;
}
</style>
background-color css
<style>
a { background-color: #D43128; }
a { background-color: rgb(212,49,40); }
div.DivClassName
{
background-color: #D43128;
}
.BgClassName
{
background-color: #D43128;
}
</style>
border-color css
<style>
span { border-color: #D43128; }
span { border-color: rgb(212,49,40); }
td.TdClassName
{
border-color: #D43128;
}
.TagClassName
{
border-color: #D43128;
}
</style>