Shades of Persian Red #D43628
Tints of Persian Red #D43628
RGB
CMYK
RGB Variations
Color information
#D43628 (or 0xD43628) is known color: Persian Red. HEX triplet: D4, 36 and 28. RGB value is (212,54,40). Sum of RGB (Red+Green+Blue) = 212+54+40=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D43628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43628 is #2BC9D7. Grayscale: #636363. Windows color (decimal): -2869720 or 2635476. OLE color: 2635476.
HSL color Cylindrical-coordinate representation of color #D43628: hue angle of 4.88º 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 #D43628 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 40 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.17 |
| HSL | 4.88º | 0.68% | 0.49% | - |
| HSV(B) | 4.88º | 0.81% | 0.83% | - |
| XYZ | 28.85 | 16.79 | 3.73 | - |
| YUV | 99.65 | 94.35 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 40 | 0 | 0.75 | 0.81 | 0.17 | 4.88 | 0.68 | 0.49 |
| Hex | D4 | 36 | 28 | 0 | 4B | 51 | 11 | 5 | 44 | 31 |
| Octal | 324 | 66 | 50 | 0 | 113 | 121 | 21 | 5 | 104 | 61 |
| Binary | 11010100 | 110110 | 101000 | 0 | 1001011 | 1010001 | 10001 | 101 | 1000100 | 110001 |
Color Harmonies of #D43628
Complementary color
Monochromatic Colors of #D43628
Black with #D43628
Text Example
Text Example
White with #D43628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43628; }
p { color: rgb(212,54,40); }
H1.HeaderClassName
{
color: #D43628;
}
.AnyTagClassName
{
color: #D43628;
}
</style>
background-color css
<style>
a { background-color: #D43628; }
a { background-color: rgb(212,54,40); }
div.DivClassName
{
background-color: #D43628;
}
.BgClassName
{
background-color: #D43628;
}
</style>
border-color css
<style>
span { border-color: #D43628; }
span { border-color: rgb(212,54,40); }
td.TdClassName
{
border-color: #D43628;
}
.TagClassName
{
border-color: #D43628;
}
</style>