Shades of Persian Red #D92622
Tints of Persian Red #D92622
RGB
CMYK
RGB Variations
Color information
#D92622 (or 0xD92622) is known color: Persian Red. HEX triplet: D9, 26 and 22. RGB value is (217,38,34). Sum of RGB (Red+Green+Blue) = 217+38+34=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D92622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92622 is #26D9DD. Grayscale: #5B5B5B. Windows color (decimal): -2546142 or 2238169. OLE color: 2238169.
HSL color Cylindrical-coordinate representation of color #D92622: hue angle of 1.31º degrees, saturation: 0.73, 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 #D92622 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 34 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.15 |
| HSL | 1.31º | 0.73% | 0.49% | - |
| HSV(B) | 1.31º | 0.84% | 0.85% | - |
| XYZ | 29.6 | 16.25 | 3.09 | - |
| YUV | 91.07 | 95.8 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 34 | 0 | 0.82 | 0.84 | 0.15 | 1.31 | 0.73 | 0.49 |
| Hex | D9 | 26 | 22 | 0 | 52 | 54 | F | 1 | 49 | 31 |
| Octal | 331 | 46 | 42 | 0 | 122 | 124 | 17 | 1 | 111 | 61 |
| Binary | 11011001 | 100110 | 100010 | 0 | 1010010 | 1010100 | 1111 | 1 | 1001001 | 110001 |
Color Harmonies of #D92622
Complementary color
Monochromatic Colors of #D92622
Black with #D92622
Text Example
Text Example
White with #D92622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92622; }
p { color: rgb(217,38,34); }
H1.HeaderClassName
{
color: #D92622;
}
.AnyTagClassName
{
color: #D92622;
}
</style>
background-color css
<style>
a { background-color: #D92622; }
a { background-color: rgb(217,38,34); }
div.DivClassName
{
background-color: #D92622;
}
.BgClassName
{
background-color: #D92622;
}
</style>
border-color css
<style>
span { border-color: #D92622; }
span { border-color: rgb(217,38,34); }
td.TdClassName
{
border-color: #D92622;
}
.TagClassName
{
border-color: #D92622;
}
</style>