Shades of Persian Red #D93326
Tints of Persian Red #D93326
RGB
CMYK
RGB Variations
Color information
#D93326 (or 0xD93326) is known color: Persian Red. HEX triplet: D9, 33 and 26. RGB value is (217,51,38). Sum of RGB (Red+Green+Blue) = 217+51+38=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D93326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93326 is #26CCD9. Grayscale: #636363. Windows color (decimal): -2542810 or 2503641. OLE color: 2503641.
HSL color Cylindrical-coordinate representation of color #D93326: hue angle of 4.36º 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 #D93326 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 51 | 38 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.15 |
| HSL | 4.36º | 0.7% | 0.5% | - |
| HSV(B) | 4.36º | 0.82% | 0.85% | - |
| XYZ | 30.15 | 17.26 | 3.58 | - |
| YUV | 99.15 | 93.5 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 38 | 0 | 0.76 | 0.82 | 0.15 | 4.36 | 0.7 | 0.5 |
| Hex | D9 | 33 | 26 | 0 | 4C | 52 | F | 4 | 46 | 32 |
| Octal | 331 | 63 | 46 | 0 | 114 | 122 | 17 | 4 | 106 | 62 |
| Binary | 11011001 | 110011 | 100110 | 0 | 1001100 | 1010010 | 1111 | 100 | 1000110 | 110010 |
Color Harmonies of #D93326
Complementary color
Monochromatic Colors of #D93326
Black with #D93326
Text Example
Text Example
White with #D93326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93326; }
p { color: rgb(217,51,38); }
H1.HeaderClassName
{
color: #D93326;
}
.AnyTagClassName
{
color: #D93326;
}
</style>
background-color css
<style>
a { background-color: #D93326; }
a { background-color: rgb(217,51,38); }
div.DivClassName
{
background-color: #D93326;
}
.BgClassName
{
background-color: #D93326;
}
</style>
border-color css
<style>
span { border-color: #D93326; }
span { border-color: rgb(217,51,38); }
td.TdClassName
{
border-color: #D93326;
}
.TagClassName
{
border-color: #D93326;
}
</style>