Shades of Persian Red #D53828
Tints of Persian Red #D53828
RGB
CMYK
RGB Variations
Color information
#D53828 (or 0xD53828) is known color: Persian Red. HEX triplet: D5, 38 and 28. RGB value is (213,56,40). Sum of RGB (Red+Green+Blue) = 213+56+40=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D53828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53828 is #2AC7D7. Grayscale: #656565. Windows color (decimal): -2803672 or 2635989. OLE color: 2635989.
HSL color Cylindrical-coordinate representation of color #D53828: hue angle of 5.55º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D53828 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 40 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.16 |
| HSL | 5.55º | 0.68% | 0.5% | - |
| HSV(B) | 5.55º | 0.81% | 0.84% | - |
| XYZ | 29.24 | 17.13 | 3.77 | - |
| YUV | 101.12 | 93.51 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 40 | 0 | 0.74 | 0.81 | 0.16 | 5.55 | 0.68 | 0.5 |
| Hex | D5 | 38 | 28 | 0 | 4A | 51 | 10 | 6 | 44 | 32 |
| Octal | 325 | 70 | 50 | 0 | 112 | 121 | 20 | 6 | 104 | 62 |
| Binary | 11010101 | 111000 | 101000 | 0 | 1001010 | 1010001 | 10000 | 110 | 1000100 | 110010 |
Color Harmonies of #D53828
Complementary color
Monochromatic Colors of #D53828
Black with #D53828
Text Example
Text Example
White with #D53828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53828; }
p { color: rgb(213,56,40); }
H1.HeaderClassName
{
color: #D53828;
}
.AnyTagClassName
{
color: #D53828;
}
</style>
background-color css
<style>
a { background-color: #D53828; }
a { background-color: rgb(213,56,40); }
div.DivClassName
{
background-color: #D53828;
}
.BgClassName
{
background-color: #D53828;
}
</style>
border-color css
<style>
span { border-color: #D53828; }
span { border-color: rgb(213,56,40); }
td.TdClassName
{
border-color: #D53828;
}
.TagClassName
{
border-color: #D53828;
}
</style>