Shades of Persian Red #D9221F
Tints of Persian Red #D9221F
RGB
CMYK
RGB Variations
Color information
#D9221F (or 0xD9221F) is known color: Persian Red. HEX triplet: D9, 22 and 1F. RGB value is (217,34,31). Sum of RGB (Red+Green+Blue) = 217+34+31=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D9221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9221F is #26DDE0. Grayscale: #585858. Windows color (decimal): -2547169 or 2040537. OLE color: 2040537.
HSL color Cylindrical-coordinate representation of color #D9221F: hue angle of 0.97º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9221F is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 31 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.15 |
| HSL | 0.97º | 0.75% | 0.49% | - |
| HSV(B) | 0.97º | 0.86% | 0.85% | - |
| XYZ | 29.43 | 15.99 | 2.83 | - |
| YUV | 88.38 | 95.63 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 31 | 0 | 0.84 | 0.86 | 0.15 | 0.97 | 0.75 | 0.49 |
| Hex | D9 | 22 | 1F | 0 | 54 | 56 | F | 1 | 4B | 31 |
| Octal | 331 | 42 | 37 | 0 | 124 | 126 | 17 | 1 | 113 | 61 |
| Binary | 11011001 | 100010 | 11111 | 0 | 1010100 | 1010110 | 1111 | 1 | 1001011 | 110001 |
Color Harmonies of #D9221F
Complementary color
Monochromatic Colors of #D9221F
Black with #D9221F
Text Example
Text Example
White with #D9221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9221F; }
p { color: rgb(217,34,31); }
H1.HeaderClassName
{
color: #D9221F;
}
.AnyTagClassName
{
color: #D9221F;
}
</style>
background-color css
<style>
a { background-color: #D9221F; }
a { background-color: rgb(217,34,31); }
div.DivClassName
{
background-color: #D9221F;
}
.BgClassName
{
background-color: #D9221F;
}
</style>
border-color css
<style>
span { border-color: #D9221F; }
span { border-color: rgb(217,34,31); }
td.TdClassName
{
border-color: #D9221F;
}
.TagClassName
{
border-color: #D9221F;
}
</style>