Shades of Persian Red #D13E3A
Tints of Persian Red #D13E3A
RGB
CMYK
RGB Variations
Color information
#D13E3A (or 0xD13E3A) is known color: Persian Red. HEX triplet: D1, 3E and 3A. RGB value is (209,62,58). Sum of RGB (Red+Green+Blue) = 209+62+58=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13E3A is #2EC1C5. Grayscale: #696969. Windows color (decimal): -3064262 or 3817169. OLE color: 3817169.
HSL color Cylindrical-coordinate representation of color #D13E3A: hue angle of 1.59º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13E3A is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 58 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.18 |
| HSL | 1.59º | 0.62% | 0.52% | - |
| HSV(B) | 1.59º | 0.72% | 0.82% | - |
| XYZ | 28.78 | 17.31 | 5.83 | - |
| YUV | 105.5 | 101.2 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 58 | 0 | 0.70 | 0.72 | 0.18 | 1.59 | 0.62 | 0.52 |
| Hex | D1 | 3E | 3A | 0 | 46 | 48 | 12 | 2 | 3E | 34 |
| Octal | 321 | 76 | 72 | 0 | 106 | 110 | 22 | 2 | 76 | 64 |
| Binary | 11010001 | 111110 | 111010 | 0 | 1000110 | 1001000 | 10010 | 10 | 111110 | 110100 |
Color Harmonies of #D13E3A
Complementary color
Monochromatic Colors of #D13E3A
Black with #D13E3A
Text Example
Text Example
White with #D13E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13E3A; }
p { color: rgb(209,62,58); }
H1.HeaderClassName
{
color: #D13E3A;
}
.AnyTagClassName
{
color: #D13E3A;
}
</style>
background-color css
<style>
a { background-color: #D13E3A; }
a { background-color: rgb(209,62,58); }
div.DivClassName
{
background-color: #D13E3A;
}
.BgClassName
{
background-color: #D13E3A;
}
</style>
border-color css
<style>
span { border-color: #D13E3A; }
span { border-color: rgb(209,62,58); }
td.TdClassName
{
border-color: #D13E3A;
}
.TagClassName
{
border-color: #D13E3A;
}
</style>