Shades of Persian Red #D93627
Tints of Persian Red #D93627
RGB
CMYK
RGB Variations
Color information
#D93627 (or 0xD93627) is known color: Persian Red. HEX triplet: D9, 36 and 27. RGB value is (217,54,39). Sum of RGB (Red+Green+Blue) = 217+54+39=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D93627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93627 is #26C9D8. Grayscale: #656565. Windows color (decimal): -2542041 or 2569945. OLE color: 2569945.
HSL color Cylindrical-coordinate representation of color #D93627: hue angle of 5.06º 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 #D93627 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 39 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.15 |
| HSL | 5.06º | 0.7% | 0.5% | - |
| HSV(B) | 5.06º | 0.82% | 0.85% | - |
| XYZ | 30.3 | 17.54 | 3.71 | - |
| YUV | 101.03 | 93 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 39 | 0 | 0.75 | 0.82 | 0.15 | 5.06 | 0.7 | 0.5 |
| Hex | D9 | 36 | 27 | 0 | 4B | 52 | F | 5 | 46 | 32 |
| Octal | 331 | 66 | 47 | 0 | 113 | 122 | 17 | 5 | 106 | 62 |
| Binary | 11011001 | 110110 | 100111 | 0 | 1001011 | 1010010 | 1111 | 101 | 1000110 | 110010 |
Color Harmonies of #D93627
Complementary color
Monochromatic Colors of #D93627
Black with #D93627
Text Example
Text Example
White with #D93627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93627; }
p { color: rgb(217,54,39); }
H1.HeaderClassName
{
color: #D93627;
}
.AnyTagClassName
{
color: #D93627;
}
</style>
background-color css
<style>
a { background-color: #D93627; }
a { background-color: rgb(217,54,39); }
div.DivClassName
{
background-color: #D93627;
}
.BgClassName
{
background-color: #D93627;
}
</style>
border-color css
<style>
span { border-color: #D93627; }
span { border-color: rgb(217,54,39); }
td.TdClassName
{
border-color: #D93627;
}
.TagClassName
{
border-color: #D93627;
}
</style>