Shades of Persian Red #D92723
Tints of Persian Red #D92723
RGB
CMYK
RGB Variations
Color information
#D92723 (or 0xD92723) is known color: Persian Red. HEX triplet: D9, 27 and 23. RGB value is (217,39,35). Sum of RGB (Red+Green+Blue) = 217+39+35=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D92723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92723 is #26D8DC. Grayscale: #5B5B5B. Windows color (decimal): -2545885 or 2303961. OLE color: 2303961.
HSL color Cylindrical-coordinate representation of color #D92723: hue angle of 1.32º 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 #D92723 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 35 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.15 |
| HSL | 1.32º | 0.72% | 0.49% | - |
| HSV(B) | 1.32º | 0.84% | 0.85% | - |
| XYZ | 29.64 | 16.32 | 3.18 | - |
| YUV | 91.77 | 95.97 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 35 | 0 | 0.82 | 0.84 | 0.15 | 1.32 | 0.72 | 0.49 |
| Hex | D9 | 27 | 23 | 0 | 52 | 54 | F | 1 | 48 | 31 |
| Octal | 331 | 47 | 43 | 0 | 122 | 124 | 17 | 1 | 110 | 61 |
| Binary | 11011001 | 100111 | 100011 | 0 | 1010010 | 1010100 | 1111 | 1 | 1001000 | 110001 |
Color Harmonies of #D92723
Complementary color
Monochromatic Colors of #D92723
Black with #D92723
Text Example
Text Example
White with #D92723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92723; }
p { color: rgb(217,39,35); }
H1.HeaderClassName
{
color: #D92723;
}
.AnyTagClassName
{
color: #D92723;
}
</style>
background-color css
<style>
a { background-color: #D92723; }
a { background-color: rgb(217,39,35); }
div.DivClassName
{
background-color: #D92723;
}
.BgClassName
{
background-color: #D92723;
}
</style>
border-color css
<style>
span { border-color: #D92723; }
span { border-color: rgb(217,39,35); }
td.TdClassName
{
border-color: #D92723;
}
.TagClassName
{
border-color: #D92723;
}
</style>