Shades of Persian Red #D13D3A
Tints of Persian Red #D13D3A
RGB
CMYK
RGB Variations
Color information
#D13D3A (or 0xD13D3A) is known color: Persian Red. HEX triplet: D1, 3D and 3A. RGB value is (209,61,58). Sum of RGB (Red+Green+Blue) = 209+61+58=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13D3A is #2EC2C5. Grayscale: #696969. Windows color (decimal): -3064518 or 3816913. OLE color: 3816913.
HSL color Cylindrical-coordinate representation of color #D13D3A: hue angle of 1.19º 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 #D13D3A is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 58 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.18 |
| HSL | 1.19º | 0.62% | 0.52% | - |
| HSV(B) | 1.19º | 0.72% | 0.82% | - |
| XYZ | 28.73 | 17.2 | 5.81 | - |
| YUV | 104.91 | 101.53 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 58 | 0 | 0.71 | 0.72 | 0.18 | 1.19 | 0.62 | 0.52 |
| Hex | D1 | 3D | 3A | 0 | 47 | 48 | 12 | 1 | 3E | 34 |
| Octal | 321 | 75 | 72 | 0 | 107 | 110 | 22 | 1 | 76 | 64 |
| Binary | 11010001 | 111101 | 111010 | 0 | 1000111 | 1001000 | 10010 | 1 | 111110 | 110100 |
Color Harmonies of #D13D3A
Complementary color
Monochromatic Colors of #D13D3A
Black with #D13D3A
Text Example
Text Example
White with #D13D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D3A; }
p { color: rgb(209,61,58); }
H1.HeaderClassName
{
color: #D13D3A;
}
.AnyTagClassName
{
color: #D13D3A;
}
</style>
background-color css
<style>
a { background-color: #D13D3A; }
a { background-color: rgb(209,61,58); }
div.DivClassName
{
background-color: #D13D3A;
}
.BgClassName
{
background-color: #D13D3A;
}
</style>
border-color css
<style>
span { border-color: #D13D3A; }
span { border-color: rgb(209,61,58); }
td.TdClassName
{
border-color: #D13D3A;
}
.TagClassName
{
border-color: #D13D3A;
}
</style>