Shades of Persian Red #D92221
Tints of Persian Red #D92221
RGB
CMYK
RGB Variations
Color information
#D92221 (or 0xD92221) is known color: Persian Red. HEX triplet: D9, 22 and 21. RGB value is (217,34,33). Sum of RGB (Red+Green+Blue) = 217+34+33=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D92221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92221 is #26DDDE. Grayscale: #585858. Windows color (decimal): -2547167 or 2171609. OLE color: 2171609.
HSL color Cylindrical-coordinate representation of color #D92221: hue angle of 0.33º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D92221 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 33 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.15 |
| HSL | 0.33º | 0.74% | 0.49% | - |
| HSV(B) | 0.33º | 0.85% | 0.85% | - |
| XYZ | 29.46 | 16.01 | 2.98 | - |
| YUV | 88.6 | 96.63 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 33 | 0 | 0.84 | 0.85 | 0.15 | 0.33 | 0.74 | 0.49 |
| Hex | D9 | 22 | 21 | 0 | 54 | 55 | F | 0 | 4A | 31 |
| Octal | 331 | 42 | 41 | 0 | 124 | 125 | 17 | 0 | 112 | 61 |
| Binary | 11011001 | 100010 | 100001 | 0 | 1010100 | 1010101 | 1111 | 0 | 1001010 | 110001 |
Color Harmonies of #D92221
Complementary color
Monochromatic Colors of #D92221
Black with #D92221
Text Example
Text Example
White with #D92221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92221; }
p { color: rgb(217,34,33); }
H1.HeaderClassName
{
color: #D92221;
}
.AnyTagClassName
{
color: #D92221;
}
</style>
background-color css
<style>
a { background-color: #D92221; }
a { background-color: rgb(217,34,33); }
div.DivClassName
{
background-color: #D92221;
}
.BgClassName
{
background-color: #D92221;
}
</style>
border-color css
<style>
span { border-color: #D92221; }
span { border-color: rgb(217,34,33); }
td.TdClassName
{
border-color: #D92221;
}
.TagClassName
{
border-color: #D92221;
}
</style>