Shades of Persian Red #D92323
Tints of Persian Red #D92323
RGB
CMYK
RGB Variations
Color information
#D92323 (or 0xD92323) is known color: Persian Red. HEX triplet: D9, 23 and 23. RGB value is (217,35,35). Sum of RGB (Red+Green+Blue) = 217+35+35=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D92323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92323 is #26DCDC. Grayscale: #595959. Windows color (decimal): -2546909 or 2302937. OLE color: 2302937.
HSL color Cylindrical-coordinate representation of color #D92323: hue angle of 0º 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 #D92323 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 35 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.15 |
| HSL | 0º | 0.72% | 0.49% | - |
| HSV(B) | 0º | 0.84% | 0.85% | - |
| XYZ | 29.52 | 16.08 | 3.14 | - |
| YUV | 89.42 | 97.3 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 35 | 0 | 0.84 | 0.84 | 0.15 | 0 | 0.72 | 0.49 |
| Hex | D9 | 23 | 23 | 0 | 54 | 54 | F | 0 | 48 | 31 |
| Octal | 331 | 43 | 43 | 0 | 124 | 124 | 17 | 0 | 110 | 61 |
| Binary | 11011001 | 100011 | 100011 | 0 | 1010100 | 1010100 | 1111 | 0 | 1001000 | 110001 |
Color Harmonies of #D92323
Complementary color
Monochromatic Colors of #D92323
Black with #D92323
Text Example
Text Example
White with #D92323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92323; }
p { color: rgb(217,35,35); }
H1.HeaderClassName
{
color: #D92323;
}
.AnyTagClassName
{
color: #D92323;
}
</style>
background-color css
<style>
a { background-color: #D92323; }
a { background-color: rgb(217,35,35); }
div.DivClassName
{
background-color: #D92323;
}
.BgClassName
{
background-color: #D92323;
}
</style>
border-color css
<style>
span { border-color: #D92323; }
span { border-color: rgb(217,35,35); }
td.TdClassName
{
border-color: #D92323;
}
.TagClassName
{
border-color: #D92323;
}
</style>