Shades of Persian Red #D93628
Tints of Persian Red #D93628
RGB
CMYK
RGB Variations
Color information
#D93628 (or 0xD93628) is known color: Persian Red. HEX triplet: D9, 36 and 28. RGB value is (217,54,40). Sum of RGB (Red+Green+Blue) = 217+54+40=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D93628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93628 is #26C9D7. Grayscale: #656565. Windows color (decimal): -2542040 or 2635481. OLE color: 2635481.
HSL color Cylindrical-coordinate representation of color #D93628: hue angle of 4.75º 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 #D93628 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 40 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.15 |
| HSL | 4.75º | 0.7% | 0.5% | - |
| HSV(B) | 4.75º | 0.82% | 0.85% | - |
| XYZ | 30.32 | 17.54 | 3.8 | - |
| YUV | 101.14 | 93.5 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 40 | 0 | 0.75 | 0.82 | 0.15 | 4.75 | 0.7 | 0.5 |
| Hex | D9 | 36 | 28 | 0 | 4B | 52 | F | 5 | 46 | 32 |
| Octal | 331 | 66 | 50 | 0 | 113 | 122 | 17 | 5 | 106 | 62 |
| Binary | 11011001 | 110110 | 101000 | 0 | 1001011 | 1010010 | 1111 | 101 | 1000110 | 110010 |
Color Harmonies of #D93628
Complementary color
Monochromatic Colors of #D93628
Black with #D93628
Text Example
Text Example
White with #D93628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93628; }
p { color: rgb(217,54,40); }
H1.HeaderClassName
{
color: #D93628;
}
.AnyTagClassName
{
color: #D93628;
}
</style>
background-color css
<style>
a { background-color: #D93628; }
a { background-color: rgb(217,54,40); }
div.DivClassName
{
background-color: #D93628;
}
.BgClassName
{
background-color: #D93628;
}
</style>
border-color css
<style>
span { border-color: #D93628; }
span { border-color: rgb(217,54,40); }
td.TdClassName
{
border-color: #D93628;
}
.TagClassName
{
border-color: #D93628;
}
</style>