Shades of Persian Red #D93427
Tints of Persian Red #D93427
RGB
CMYK
RGB Variations
Color information
#D93427 (or 0xD93427) is known color: Persian Red. HEX triplet: D9, 34 and 27. RGB value is (217,52,39). Sum of RGB (Red+Green+Blue) = 217+52+39=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D93427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93427 is #26CBD8. Grayscale: #646464. Windows color (decimal): -2542553 or 2569433. OLE color: 2569433.
HSL color Cylindrical-coordinate representation of color #D93427: hue angle of 4.38º 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 #D93427 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 39 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.15 |
| HSL | 4.38º | 0.7% | 0.5% | - |
| HSV(B) | 4.38º | 0.82% | 0.85% | - |
| XYZ | 30.21 | 17.35 | 3.68 | - |
| YUV | 99.85 | 93.66 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 39 | 0 | 0.76 | 0.82 | 0.15 | 4.38 | 0.7 | 0.5 |
| Hex | D9 | 34 | 27 | 0 | 4C | 52 | F | 4 | 46 | 32 |
| Octal | 331 | 64 | 47 | 0 | 114 | 122 | 17 | 4 | 106 | 62 |
| Binary | 11011001 | 110100 | 100111 | 0 | 1001100 | 1010010 | 1111 | 100 | 1000110 | 110010 |
Color Harmonies of #D93427
Complementary color
Monochromatic Colors of #D93427
Black with #D93427
Text Example
Text Example
White with #D93427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93427; }
p { color: rgb(217,52,39); }
H1.HeaderClassName
{
color: #D93427;
}
.AnyTagClassName
{
color: #D93427;
}
</style>
background-color css
<style>
a { background-color: #D93427; }
a { background-color: rgb(217,52,39); }
div.DivClassName
{
background-color: #D93427;
}
.BgClassName
{
background-color: #D93427;
}
</style>
border-color css
<style>
span { border-color: #D93427; }
span { border-color: rgb(217,52,39); }
td.TdClassName
{
border-color: #D93427;
}
.TagClassName
{
border-color: #D93427;
}
</style>