Shades of Persian Red #D13A2D
Tints of Persian Red #D13A2D
RGB
CMYK
RGB Variations
Color information
#D13A2D (or 0xD13A2D) is known color: Persian Red. HEX triplet: D1, 3A and 2D. RGB value is (209,58,45). Sum of RGB (Red+Green+Blue) = 209+58+45=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13A2D is #2EC5D2. Grayscale: #656565. Windows color (decimal): -3065299 or 2964177. OLE color: 2964177.
HSL color Cylindrical-coordinate representation of color #D13A2D: hue angle of 4.76º 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 #D13A2D is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 45 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.18 |
| HSL | 4.76º | 0.65% | 0.5% | - |
| HSV(B) | 4.76º | 0.78% | 0.82% | - |
| XYZ | 28.28 | 16.77 | 4.23 | - |
| YUV | 101.67 | 96.03 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 45 | 0 | 0.72 | 0.78 | 0.18 | 4.76 | 0.65 | 0.5 |
| Hex | D1 | 3A | 2D | 0 | 48 | 4E | 12 | 5 | 41 | 32 |
| Octal | 321 | 72 | 55 | 0 | 110 | 116 | 22 | 5 | 101 | 62 |
| Binary | 11010001 | 111010 | 101101 | 0 | 1001000 | 1001110 | 10010 | 101 | 1000001 | 110010 |
Color Harmonies of #D13A2D
Complementary color
Monochromatic Colors of #D13A2D
Black with #D13A2D
Text Example
Text Example
White with #D13A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13A2D; }
p { color: rgb(209,58,45); }
H1.HeaderClassName
{
color: #D13A2D;
}
.AnyTagClassName
{
color: #D13A2D;
}
</style>
background-color css
<style>
a { background-color: #D13A2D; }
a { background-color: rgb(209,58,45); }
div.DivClassName
{
background-color: #D13A2D;
}
.BgClassName
{
background-color: #D13A2D;
}
</style>
border-color css
<style>
span { border-color: #D13A2D; }
span { border-color: rgb(209,58,45); }
td.TdClassName
{
border-color: #D13A2D;
}
.TagClassName
{
border-color: #D13A2D;
}
</style>