Shades of Persian Red #D1322E
Tints of Persian Red #D1322E
RGB
CMYK
RGB Variations
Color information
#D1322E (or 0xD1322E) is known color: Persian Red. HEX triplet: D1, 32 and 2E. RGB value is (209,50,46). Sum of RGB (Red+Green+Blue) = 209+50+46=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1322E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1322E is #2ECDD1. Grayscale: #616161. Windows color (decimal): -3067346 or 3027665. OLE color: 3027665.
HSL color Cylindrical-coordinate representation of color #D1322E: hue angle of 1.47º degrees, saturation: 0.64, 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 #D1322E is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 46 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.18 |
| HSL | 1.47º | 0.64% | 0.5% | - |
| HSV(B) | 1.47º | 0.78% | 0.82% | - |
| XYZ | 27.93 | 16.03 | 4.21 | - |
| YUV | 97.09 | 99.18 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 46 | 0 | 0.76 | 0.78 | 0.18 | 1.47 | 0.64 | 0.5 |
| Hex | D1 | 32 | 2E | 0 | 4C | 4E | 12 | 1 | 40 | 32 |
| Octal | 321 | 62 | 56 | 0 | 114 | 116 | 22 | 1 | 100 | 62 |
| Binary | 11010001 | 110010 | 101110 | 0 | 1001100 | 1001110 | 10010 | 1 | 1000000 | 110010 |
Color Harmonies of #D1322E
Complementary color
Monochromatic Colors of #D1322E
Black with #D1322E
Text Example
Text Example
White with #D1322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1322E; }
p { color: rgb(209,50,46); }
H1.HeaderClassName
{
color: #D1322E;
}
.AnyTagClassName
{
color: #D1322E;
}
</style>
background-color css
<style>
a { background-color: #D1322E; }
a { background-color: rgb(209,50,46); }
div.DivClassName
{
background-color: #D1322E;
}
.BgClassName
{
background-color: #D1322E;
}
</style>
border-color css
<style>
span { border-color: #D1322E; }
span { border-color: rgb(209,50,46); }
td.TdClassName
{
border-color: #D1322E;
}
.TagClassName
{
border-color: #D1322E;
}
</style>