Shades of Persian Red #D13D2D
Tints of Persian Red #D13D2D
RGB
CMYK
RGB Variations
Color information
#D13D2D (or 0xD13D2D) is known color: Persian Red. HEX triplet: D1, 3D and 2D. RGB value is (209,61,45). Sum of RGB (Red+Green+Blue) = 209+61+45=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13D2D is #2EC2D2. Grayscale: #676767. Windows color (decimal): -3064531 or 2964945. OLE color: 2964945.
HSL color Cylindrical-coordinate representation of color #D13D2D: hue angle of 5.85º degrees, saturation: 0.65, 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 #D13D2D is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 45 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.18 |
| HSL | 5.85º | 0.65% | 0.5% | - |
| HSV(B) | 5.85º | 0.78% | 0.82% | - |
| XYZ | 28.44 | 17.08 | 4.28 | - |
| YUV | 103.43 | 95.03 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 45 | 0 | 0.71 | 0.78 | 0.18 | 5.85 | 0.65 | 0.5 |
| Hex | D1 | 3D | 2D | 0 | 47 | 4E | 12 | 6 | 41 | 32 |
| Octal | 321 | 75 | 55 | 0 | 107 | 116 | 22 | 6 | 101 | 62 |
| Binary | 11010001 | 111101 | 101101 | 0 | 1000111 | 1001110 | 10010 | 110 | 1000001 | 110010 |
Color Harmonies of #D13D2D
Complementary color
Monochromatic Colors of #D13D2D
Black with #D13D2D
Text Example
Text Example
White with #D13D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D2D; }
p { color: rgb(209,61,45); }
H1.HeaderClassName
{
color: #D13D2D;
}
.AnyTagClassName
{
color: #D13D2D;
}
</style>
background-color css
<style>
a { background-color: #D13D2D; }
a { background-color: rgb(209,61,45); }
div.DivClassName
{
background-color: #D13D2D;
}
.BgClassName
{
background-color: #D13D2D;
}
</style>
border-color css
<style>
span { border-color: #D13D2D; }
span { border-color: rgb(209,61,45); }
td.TdClassName
{
border-color: #D13D2D;
}
.TagClassName
{
border-color: #D13D2D;
}
</style>