Shades of Persian Red #D93123
Tints of Persian Red #D93123
RGB
CMYK
RGB Variations
Color information
#D93123 (or 0xD93123) is known color: Persian Red. HEX triplet: D9, 31 and 23. RGB value is (217,49,35). Sum of RGB (Red+Green+Blue) = 217+49+35=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D93123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93123 is #26CEDC. Grayscale: #616161. Windows color (decimal): -2543325 or 2306521. OLE color: 2306521.
HSL color Cylindrical-coordinate representation of color #D93123: hue angle of 4.62º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D93123 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 35 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.15 |
| HSL | 4.62º | 0.72% | 0.49% | - |
| HSV(B) | 4.62º | 0.84% | 0.85% | - |
| XYZ | 30.02 | 17.07 | 3.3 | - |
| YUV | 97.64 | 92.66 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 35 | 0 | 0.77 | 0.84 | 0.15 | 4.62 | 0.72 | 0.49 |
| Hex | D9 | 31 | 23 | 0 | 4D | 54 | F | 5 | 48 | 31 |
| Octal | 331 | 61 | 43 | 0 | 115 | 124 | 17 | 5 | 110 | 61 |
| Binary | 11011001 | 110001 | 100011 | 0 | 1001101 | 1010100 | 1111 | 101 | 1001000 | 110001 |
Color Harmonies of #D93123
Complementary color
Monochromatic Colors of #D93123
Black with #D93123
Text Example
Text Example
White with #D93123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93123; }
p { color: rgb(217,49,35); }
H1.HeaderClassName
{
color: #D93123;
}
.AnyTagClassName
{
color: #D93123;
}
</style>
background-color css
<style>
a { background-color: #D93123; }
a { background-color: rgb(217,49,35); }
div.DivClassName
{
background-color: #D93123;
}
.BgClassName
{
background-color: #D93123;
}
</style>
border-color css
<style>
span { border-color: #D93123; }
span { border-color: rgb(217,49,35); }
td.TdClassName
{
border-color: #D93123;
}
.TagClassName
{
border-color: #D93123;
}
</style>