Shades of Persian Red #D42928
Tints of Persian Red #D42928
RGB
CMYK
RGB Variations
Color information
#D42928 (or 0xD42928) is known color: Persian Red. HEX triplet: D4, 29 and 28. RGB value is (212,41,40). Sum of RGB (Red+Green+Blue) = 212+41+40=293 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.35% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 212 - color contains mainly: red. Hex color #D42928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42928 is #2BD6D7. Grayscale: #5C5C5C. Windows color (decimal): -2873048 or 2632148. OLE color: 2632148.
HSL color Cylindrical-coordinate representation of color #D42928: hue angle of 0.35º 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 #D42928 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 40 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.17 |
| HSL | 0.35º | 0.68% | 0.49% | - |
| HSV(B) | 0.35º | 0.81% | 0.83% | - |
| XYZ | 28.33 | 15.74 | 3.55 | - |
| YUV | 92.02 | 98.65 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 40 | 0 | 0.81 | 0.81 | 0.17 | 0.35 | 0.68 | 0.49 |
| Hex | D4 | 29 | 28 | 0 | 51 | 51 | 11 | 0 | 44 | 31 |
| Octal | 324 | 51 | 50 | 0 | 121 | 121 | 21 | 0 | 104 | 61 |
| Binary | 11010100 | 101001 | 101000 | 0 | 1010001 | 1010001 | 10001 | 0 | 1000100 | 110001 |
Color Harmonies of #D42928
Complementary color
Monochromatic Colors of #D42928
Black with #D42928
Text Example
Text Example
White with #D42928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42928; }
p { color: rgb(212,41,40); }
H1.HeaderClassName
{
color: #D42928;
}
.AnyTagClassName
{
color: #D42928;
}
</style>
background-color css
<style>
a { background-color: #D42928; }
a { background-color: rgb(212,41,40); }
div.DivClassName
{
background-color: #D42928;
}
.BgClassName
{
background-color: #D42928;
}
</style>
border-color css
<style>
span { border-color: #D42928; }
span { border-color: rgb(212,41,40); }
td.TdClassName
{
border-color: #D42928;
}
.TagClassName
{
border-color: #D42928;
}
</style>