Shades of Persian Red #D13C2E
Tints of Persian Red #D13C2E
RGB
CMYK
RGB Variations
Color information
#D13C2E (or 0xD13C2E) is known color: Persian Red. HEX triplet: D1, 3C and 2E. RGB value is (209,60,46). Sum of RGB (Red+Green+Blue) = 209+60+46=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13C2E is #2EC3D1. Grayscale: #676767. Windows color (decimal): -3064786 or 3030225. OLE color: 3030225.
HSL color Cylindrical-coordinate representation of color #D13C2E: hue angle of 5.15º degrees, saturation: 0.64, 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 #D13C2E is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 46 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.18 |
| HSL | 5.15º | 0.64% | 0.5% | - |
| HSV(B) | 5.15º | 0.78% | 0.82% | - |
| XYZ | 28.4 | 16.98 | 4.37 | - |
| YUV | 102.96 | 95.86 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 46 | 0 | 0.71 | 0.78 | 0.18 | 5.15 | 0.64 | 0.5 |
| Hex | D1 | 3C | 2E | 0 | 47 | 4E | 12 | 5 | 40 | 32 |
| Octal | 321 | 74 | 56 | 0 | 107 | 116 | 22 | 5 | 100 | 62 |
| Binary | 11010001 | 111100 | 101110 | 0 | 1000111 | 1001110 | 10010 | 101 | 1000000 | 110010 |
Color Harmonies of #D13C2E
Complementary color
Monochromatic Colors of #D13C2E
Black with #D13C2E
Text Example
Text Example
White with #D13C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13C2E; }
p { color: rgb(209,60,46); }
H1.HeaderClassName
{
color: #D13C2E;
}
.AnyTagClassName
{
color: #D13C2E;
}
</style>
background-color css
<style>
a { background-color: #D13C2E; }
a { background-color: rgb(209,60,46); }
div.DivClassName
{
background-color: #D13C2E;
}
.BgClassName
{
background-color: #D13C2E;
}
</style>
border-color css
<style>
span { border-color: #D13C2E; }
span { border-color: rgb(209,60,46); }
td.TdClassName
{
border-color: #D13C2E;
}
.TagClassName
{
border-color: #D13C2E;
}
</style>