Shades of Persian Red #D13E3E
Tints of Persian Red #D13E3E
RGB
CMYK
RGB Variations
Color information
#D13E3E (or 0xD13E3E) is known color: Persian Red. HEX triplet: D1, 3E and 3E. RGB value is (209,62,62). Sum of RGB (Red+Green+Blue) = 209+62+62=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13E3E is #2EC1C1. Grayscale: #6A6A6A. Windows color (decimal): -3064258 or 4079313. OLE color: 4079313.
HSL color Cylindrical-coordinate representation of color #D13E3E: hue angle of 0º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13E3E is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 62 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.18 |
| HSL | 0º | 0.62% | 0.53% | - |
| HSV(B) | 0º | 0.7% | 0.82% | - |
| XYZ | 28.89 | 17.35 | 6.38 | - |
| YUV | 105.95 | 103.2 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 62 | 0 | 0.70 | 0.70 | 0.18 | 0 | 0.62 | 0.53 |
| Hex | D1 | 3E | 3E | 0 | 46 | 46 | 12 | 0 | 3E | 35 |
| Octal | 321 | 76 | 76 | 0 | 106 | 106 | 22 | 0 | 76 | 65 |
| Binary | 11010001 | 111110 | 111110 | 0 | 1000110 | 1000110 | 10010 | 0 | 111110 | 110101 |
Color Harmonies of #D13E3E
Complementary color
Monochromatic Colors of #D13E3E
Black with #D13E3E
Text Example
Text Example
White with #D13E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13E3E; }
p { color: rgb(209,62,62); }
H1.HeaderClassName
{
color: #D13E3E;
}
.AnyTagClassName
{
color: #D13E3E;
}
</style>
background-color css
<style>
a { background-color: #D13E3E; }
a { background-color: rgb(209,62,62); }
div.DivClassName
{
background-color: #D13E3E;
}
.BgClassName
{
background-color: #D13E3E;
}
</style>
border-color css
<style>
span { border-color: #D13E3E; }
span { border-color: rgb(209,62,62); }
td.TdClassName
{
border-color: #D13E3E;
}
.TagClassName
{
border-color: #D13E3E;
}
</style>