Shades of Persian Red #D43828
Tints of Persian Red #D43828
RGB
CMYK
RGB Variations
Color information
#D43828 (or 0xD43828) is known color: Persian Red. HEX triplet: D4, 38 and 28. RGB value is (212,56,40). Sum of RGB (Red+Green+Blue) = 212+56+40=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D43828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43828 is #2BC7D7. Grayscale: #656565. Windows color (decimal): -2869208 or 2635988. OLE color: 2635988.
HSL color Cylindrical-coordinate representation of color #D43828: hue angle of 5.58º 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 #D43828 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 40 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.17 |
| HSL | 5.58º | 0.68% | 0.49% | - |
| HSV(B) | 5.58º | 0.81% | 0.83% | - |
| XYZ | 28.95 | 16.98 | 3.76 | - |
| YUV | 100.82 | 93.68 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 40 | 0 | 0.74 | 0.81 | 0.17 | 5.58 | 0.68 | 0.49 |
| Hex | D4 | 38 | 28 | 0 | 4A | 51 | 11 | 6 | 44 | 31 |
| Octal | 324 | 70 | 50 | 0 | 112 | 121 | 21 | 6 | 104 | 61 |
| Binary | 11010100 | 111000 | 101000 | 0 | 1001010 | 1010001 | 10001 | 110 | 1000100 | 110001 |
Color Harmonies of #D43828
Complementary color
Monochromatic Colors of #D43828
Black with #D43828
Text Example
Text Example
White with #D43828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43828; }
p { color: rgb(212,56,40); }
H1.HeaderClassName
{
color: #D43828;
}
.AnyTagClassName
{
color: #D43828;
}
</style>
background-color css
<style>
a { background-color: #D43828; }
a { background-color: rgb(212,56,40); }
div.DivClassName
{
background-color: #D43828;
}
.BgClassName
{
background-color: #D43828;
}
</style>
border-color css
<style>
span { border-color: #D43828; }
span { border-color: rgb(212,56,40); }
td.TdClassName
{
border-color: #D43828;
}
.TagClassName
{
border-color: #D43828;
}
</style>