Shades of Persian Red #D1312E
Tints of Persian Red #D1312E
RGB
CMYK
RGB Variations
Color information
#D1312E (or 0xD1312E) is known color: Persian Red. HEX triplet: D1, 31 and 2E. RGB value is (209,49,46). Sum of RGB (Red+Green+Blue) = 209+49+46=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D1312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1312E is #2ECED1. Grayscale: #606060. Windows color (decimal): -3067602 or 3027409. OLE color: 3027409.
HSL color Cylindrical-coordinate representation of color #D1312E: hue angle of 1.1º 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 #D1312E is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 46 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.18 |
| HSL | 1.1º | 0.64% | 0.5% | - |
| HSV(B) | 1.1º | 0.78% | 0.82% | - |
| XYZ | 27.89 | 15.95 | 4.19 | - |
| YUV | 96.5 | 99.51 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 46 | 0 | 0.77 | 0.78 | 0.18 | 1.1 | 0.64 | 0.5 |
| Hex | D1 | 31 | 2E | 0 | 4D | 4E | 12 | 1 | 40 | 32 |
| Octal | 321 | 61 | 56 | 0 | 115 | 116 | 22 | 1 | 100 | 62 |
| Binary | 11010001 | 110001 | 101110 | 0 | 1001101 | 1001110 | 10010 | 1 | 1000000 | 110010 |
Color Harmonies of #D1312E
Complementary color
Monochromatic Colors of #D1312E
Black with #D1312E
Text Example
Text Example
White with #D1312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1312E; }
p { color: rgb(209,49,46); }
H1.HeaderClassName
{
color: #D1312E;
}
.AnyTagClassName
{
color: #D1312E;
}
</style>
background-color css
<style>
a { background-color: #D1312E; }
a { background-color: rgb(209,49,46); }
div.DivClassName
{
background-color: #D1312E;
}
.BgClassName
{
background-color: #D1312E;
}
</style>
border-color css
<style>
span { border-color: #D1312E; }
span { border-color: rgb(209,49,46); }
td.TdClassName
{
border-color: #D1312E;
}
.TagClassName
{
border-color: #D1312E;
}
</style>