Shades of Persian Red #D93937
Tints of Persian Red #D93937
RGB
CMYK
RGB Variations
Color information
#D93937 (or 0xD93937) is known color: Persian Red. HEX triplet: D9, 39 and 37. RGB value is (217,57,55). Sum of RGB (Red+Green+Blue) = 217+57+55=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D93937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93937 is #26C6C8. Grayscale: #686868. Windows color (decimal): -2541257 or 3619289. OLE color: 3619289.
HSL color Cylindrical-coordinate representation of color #D93937: hue angle of 0.74º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D93937 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 55 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.15 |
| HSL | 0.74º | 0.68% | 0.53% | - |
| HSV(B) | 0.74º | 0.75% | 0.85% | - |
| XYZ | 30.77 | 17.95 | 5.46 | - |
| YUV | 104.61 | 100.01 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 55 | 0 | 0.74 | 0.75 | 0.15 | 0.74 | 0.68 | 0.53 |
| Hex | D9 | 39 | 37 | 0 | 4A | 4B | F | 1 | 44 | 35 |
| Octal | 331 | 71 | 67 | 0 | 112 | 113 | 17 | 1 | 104 | 65 |
| Binary | 11011001 | 111001 | 110111 | 0 | 1001010 | 1001011 | 1111 | 1 | 1000100 | 110101 |
Color Harmonies of #D93937
Complementary color
Monochromatic Colors of #D93937
Black with #D93937
Text Example
Text Example
White with #D93937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93937; }
p { color: rgb(217,57,55); }
H1.HeaderClassName
{
color: #D93937;
}
.AnyTagClassName
{
color: #D93937;
}
</style>
background-color css
<style>
a { background-color: #D93937; }
a { background-color: rgb(217,57,55); }
div.DivClassName
{
background-color: #D93937;
}
.BgClassName
{
background-color: #D93937;
}
</style>
border-color css
<style>
span { border-color: #D93937; }
span { border-color: rgb(217,57,55); }
td.TdClassName
{
border-color: #D93937;
}
.TagClassName
{
border-color: #D93937;
}
</style>