Shades of Persian Red #D93528
Tints of Persian Red #D93528
RGB
CMYK
RGB Variations
Color information
#D93528 (or 0xD93528) is known color: Persian Red. HEX triplet: D9, 35 and 28. RGB value is (217,53,40). Sum of RGB (Red+Green+Blue) = 217+53+40=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D93528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93528 is #26CAD7. Grayscale: #646464. Windows color (decimal): -2542296 or 2635225. OLE color: 2635225.
HSL color Cylindrical-coordinate representation of color #D93528: hue angle of 4.41º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D93528 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 40 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.15 |
| HSL | 4.41º | 0.7% | 0.5% | - |
| HSV(B) | 4.41º | 0.82% | 0.85% | - |
| XYZ | 30.27 | 17.45 | 3.78 | - |
| YUV | 100.55 | 93.83 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 40 | 0 | 0.76 | 0.82 | 0.15 | 4.41 | 0.7 | 0.5 |
| Hex | D9 | 35 | 28 | 0 | 4C | 52 | F | 4 | 46 | 32 |
| Octal | 331 | 65 | 50 | 0 | 114 | 122 | 17 | 4 | 106 | 62 |
| Binary | 11011001 | 110101 | 101000 | 0 | 1001100 | 1010010 | 1111 | 100 | 1000110 | 110010 |
Color Harmonies of #D93528
Complementary color
Monochromatic Colors of #D93528
Black with #D93528
Text Example
Text Example
White with #D93528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93528; }
p { color: rgb(217,53,40); }
H1.HeaderClassName
{
color: #D93528;
}
.AnyTagClassName
{
color: #D93528;
}
</style>
background-color css
<style>
a { background-color: #D93528; }
a { background-color: rgb(217,53,40); }
div.DivClassName
{
background-color: #D93528;
}
.BgClassName
{
background-color: #D93528;
}
</style>
border-color css
<style>
span { border-color: #D93528; }
span { border-color: rgb(217,53,40); }
td.TdClassName
{
border-color: #D93528;
}
.TagClassName
{
border-color: #D93528;
}
</style>