Shades of Persian Red #D1322D
Tints of Persian Red #D1322D
RGB
CMYK
RGB Variations
Color information
#D1322D (or 0xD1322D) is known color: Persian Red. HEX triplet: D1, 32 and 2D. RGB value is (209,50,45). Sum of RGB (Red+Green+Blue) = 209+50+45=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D1322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1322D is #2ECDD2. Grayscale: #616161. Windows color (decimal): -3067347 or 2962129. OLE color: 2962129.
HSL color Cylindrical-coordinate representation of color #D1322D: hue angle of 1.83º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1322D is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 45 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.18 |
| HSL | 1.83º | 0.65% | 0.5% | - |
| HSV(B) | 1.83º | 0.78% | 0.82% | - |
| XYZ | 27.91 | 16.03 | 4.1 | - |
| YUV | 96.97 | 98.68 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 45 | 0 | 0.76 | 0.78 | 0.18 | 1.83 | 0.65 | 0.5 |
| Hex | D1 | 32 | 2D | 0 | 4C | 4E | 12 | 2 | 41 | 32 |
| Octal | 321 | 62 | 55 | 0 | 114 | 116 | 22 | 2 | 101 | 62 |
| Binary | 11010001 | 110010 | 101101 | 0 | 1001100 | 1001110 | 10010 | 10 | 1000001 | 110010 |
Color Harmonies of #D1322D
Complementary color
Monochromatic Colors of #D1322D
Black with #D1322D
Text Example
Text Example
White with #D1322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1322D; }
p { color: rgb(209,50,45); }
H1.HeaderClassName
{
color: #D1322D;
}
.AnyTagClassName
{
color: #D1322D;
}
</style>
background-color css
<style>
a { background-color: #D1322D; }
a { background-color: rgb(209,50,45); }
div.DivClassName
{
background-color: #D1322D;
}
.BgClassName
{
background-color: #D1322D;
}
</style>
border-color css
<style>
span { border-color: #D1322D; }
span { border-color: rgb(209,50,45); }
td.TdClassName
{
border-color: #D1322D;
}
.TagClassName
{
border-color: #D1322D;
}
</style>