Shades of Persian Red #D13E2F
Tints of Persian Red #D13E2F
RGB
CMYK
RGB Variations
Color information
#D13E2F (or 0xD13E2F) is known color: Persian Red. HEX triplet: D1, 3E and 2F. RGB value is (209,62,47). Sum of RGB (Red+Green+Blue) = 209+62+47=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13E2F is #2EC1D0. Grayscale: #686868. Windows color (decimal): -3064273 or 3096273. OLE color: 3096273.
HSL color Cylindrical-coordinate representation of color #D13E2F: hue angle of 5.56º 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 #D13E2F is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 47 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.18 |
| HSL | 5.56º | 0.64% | 0.5% | - |
| HSV(B) | 5.56º | 0.78% | 0.82% | - |
| XYZ | 28.53 | 17.21 | 4.51 | - |
| YUV | 104.24 | 95.7 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 47 | 0 | 0.70 | 0.78 | 0.18 | 5.56 | 0.64 | 0.5 |
| Hex | D1 | 3E | 2F | 0 | 46 | 4E | 12 | 6 | 40 | 32 |
| Octal | 321 | 76 | 57 | 0 | 106 | 116 | 22 | 6 | 100 | 62 |
| Binary | 11010001 | 111110 | 101111 | 0 | 1000110 | 1001110 | 10010 | 110 | 1000000 | 110010 |
Color Harmonies of #D13E2F
Complementary color
Monochromatic Colors of #D13E2F
Black with #D13E2F
Text Example
Text Example
White with #D13E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13E2F; }
p { color: rgb(209,62,47); }
H1.HeaderClassName
{
color: #D13E2F;
}
.AnyTagClassName
{
color: #D13E2F;
}
</style>
background-color css
<style>
a { background-color: #D13E2F; }
a { background-color: rgb(209,62,47); }
div.DivClassName
{
background-color: #D13E2F;
}
.BgClassName
{
background-color: #D13E2F;
}
</style>
border-color css
<style>
span { border-color: #D13E2F; }
span { border-color: rgb(209,62,47); }
td.TdClassName
{
border-color: #D13E2F;
}
.TagClassName
{
border-color: #D13E2F;
}
</style>