Shades of Persian Red #D92E23
Tints of Persian Red #D92E23
RGB
CMYK
RGB Variations
Color information
#D92E23 (or 0xD92E23) is known color: Persian Red. HEX triplet: D9, 2E and 23. RGB value is (217,46,35). Sum of RGB (Red+Green+Blue) = 217+46+35=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92E23 is #26D1DC. Grayscale: #606060. Windows color (decimal): -2544093 or 2305753. OLE color: 2305753.
HSL color Cylindrical-coordinate representation of color #D92E23: hue angle of 3.63º 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 #D92E23 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 46 | 35 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.15 |
| HSL | 3.63º | 0.72% | 0.49% | - |
| HSV(B) | 3.63º | 0.84% | 0.85% | - |
| XYZ | 29.9 | 16.83 | 3.26 | - |
| YUV | 95.88 | 93.65 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 46 | 35 | 0 | 0.79 | 0.84 | 0.15 | 3.63 | 0.72 | 0.49 |
| Hex | D9 | 2E | 23 | 0 | 4F | 54 | F | 4 | 48 | 31 |
| Octal | 331 | 56 | 43 | 0 | 117 | 124 | 17 | 4 | 110 | 61 |
| Binary | 11011001 | 101110 | 100011 | 0 | 1001111 | 1010100 | 1111 | 100 | 1001000 | 110001 |
Color Harmonies of #D92E23
Complementary color
Monochromatic Colors of #D92E23
Black with #D92E23
Text Example
Text Example
White with #D92E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92E23; }
p { color: rgb(217,46,35); }
H1.HeaderClassName
{
color: #D92E23;
}
.AnyTagClassName
{
color: #D92E23;
}
</style>
background-color css
<style>
a { background-color: #D92E23; }
a { background-color: rgb(217,46,35); }
div.DivClassName
{
background-color: #D92E23;
}
.BgClassName
{
background-color: #D92E23;
}
</style>
border-color css
<style>
span { border-color: #D92E23; }
span { border-color: rgb(217,46,35); }
td.TdClassName
{
border-color: #D92E23;
}
.TagClassName
{
border-color: #D92E23;
}
</style>