Shades of Persian Red #D1312F
Tints of Persian Red #D1312F
RGB
CMYK
RGB Variations
Color information
#D1312F (or 0xD1312F) is known color: Persian Red. HEX triplet: D1, 31 and 2F. RGB value is (209,49,47). Sum of RGB (Red+Green+Blue) = 209+49+47=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1312F is #2ECED0. Grayscale: #606060. Windows color (decimal): -3067601 or 3092945. OLE color: 3092945.
HSL color Cylindrical-coordinate representation of color #D1312F: hue angle of 0.74º 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 #D1312F is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 47 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.18 |
| HSL | 0.74º | 0.64% | 0.5% | - |
| HSV(B) | 0.74º | 0.78% | 0.82% | - |
| XYZ | 27.91 | 15.96 | 4.3 | - |
| YUV | 96.61 | 100.01 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 47 | 0 | 0.77 | 0.78 | 0.18 | 0.74 | 0.64 | 0.5 |
| Hex | D1 | 31 | 2F | 0 | 4D | 4E | 12 | 1 | 40 | 32 |
| Octal | 321 | 61 | 57 | 0 | 115 | 116 | 22 | 1 | 100 | 62 |
| Binary | 11010001 | 110001 | 101111 | 0 | 1001101 | 1001110 | 10010 | 1 | 1000000 | 110010 |
Color Harmonies of #D1312F
Complementary color
Monochromatic Colors of #D1312F
Black with #D1312F
Text Example
Text Example
White with #D1312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1312F; }
p { color: rgb(209,49,47); }
H1.HeaderClassName
{
color: #D1312F;
}
.AnyTagClassName
{
color: #D1312F;
}
</style>
background-color css
<style>
a { background-color: #D1312F; }
a { background-color: rgb(209,49,47); }
div.DivClassName
{
background-color: #D1312F;
}
.BgClassName
{
background-color: #D1312F;
}
</style>
border-color css
<style>
span { border-color: #D1312F; }
span { border-color: rgb(209,49,47); }
td.TdClassName
{
border-color: #D1312F;
}
.TagClassName
{
border-color: #D1312F;
}
</style>