Shades of Persian Red #D1312D
Tints of Persian Red #D1312D
RGB
CMYK
RGB Variations
Color information
#D1312D (or 0xD1312D) is known color: Persian Red. HEX triplet: D1, 31 and 2D. RGB value is (209,49,45). Sum of RGB (Red+Green+Blue) = 209+49+45=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D1312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1312D is #2ECED2. Grayscale: #606060. Windows color (decimal): -3067603 or 2961873. OLE color: 2961873.
HSL color Cylindrical-coordinate representation of color #D1312D: hue angle of 1.46º 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 #D1312D is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 45 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.18 |
| HSL | 1.46º | 0.65% | 0.5% | - |
| HSV(B) | 1.46º | 0.78% | 0.82% | - |
| XYZ | 27.87 | 15.94 | 4.09 | - |
| YUV | 96.38 | 99.01 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 45 | 0 | 0.77 | 0.78 | 0.18 | 1.46 | 0.65 | 0.5 |
| Hex | D1 | 31 | 2D | 0 | 4D | 4E | 12 | 1 | 41 | 32 |
| Octal | 321 | 61 | 55 | 0 | 115 | 116 | 22 | 1 | 101 | 62 |
| Binary | 11010001 | 110001 | 101101 | 0 | 1001101 | 1001110 | 10010 | 1 | 1000001 | 110010 |
Color Harmonies of #D1312D
Complementary color
Monochromatic Colors of #D1312D
Black with #D1312D
Text Example
Text Example
White with #D1312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1312D; }
p { color: rgb(209,49,45); }
H1.HeaderClassName
{
color: #D1312D;
}
.AnyTagClassName
{
color: #D1312D;
}
</style>
background-color css
<style>
a { background-color: #D1312D; }
a { background-color: rgb(209,49,45); }
div.DivClassName
{
background-color: #D1312D;
}
.BgClassName
{
background-color: #D1312D;
}
</style>
border-color css
<style>
span { border-color: #D1312D; }
span { border-color: rgb(209,49,45); }
td.TdClassName
{
border-color: #D1312D;
}
.TagClassName
{
border-color: #D1312D;
}
</style>