Shades of Persian Red #D13829
Tints of Persian Red #D13829
RGB
CMYK
RGB Variations
Color information
#D13829 (or 0xD13829) is known color: Persian Red. HEX triplet: D1, 38 and 29. RGB value is (209,56,41). Sum of RGB (Red+Green+Blue) = 209+56+41=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D13829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13829 is #2EC7D6. Grayscale: #646464. Windows color (decimal): -3065815 or 2701521. OLE color: 2701521.
HSL color Cylindrical-coordinate representation of color #D13829: hue angle of 5.36º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D13829 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 41 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.18 |
| HSL | 5.36º | 0.67% | 0.49% | - |
| HSV(B) | 5.36º | 0.8% | 0.82% | - |
| XYZ | 28.11 | 16.54 | 3.81 | - |
| YUV | 100.04 | 94.69 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 41 | 0 | 0.73 | 0.80 | 0.18 | 5.36 | 0.67 | 0.49 |
| Hex | D1 | 38 | 29 | 0 | 49 | 50 | 12 | 5 | 43 | 31 |
| Octal | 321 | 70 | 51 | 0 | 111 | 120 | 22 | 5 | 103 | 61 |
| Binary | 11010001 | 111000 | 101001 | 0 | 1001001 | 1010000 | 10010 | 101 | 1000011 | 110001 |
Color Harmonies of #D13829
Complementary color
Monochromatic Colors of #D13829
Black with #D13829
Text Example
Text Example
White with #D13829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13829; }
p { color: rgb(209,56,41); }
H1.HeaderClassName
{
color: #D13829;
}
.AnyTagClassName
{
color: #D13829;
}
</style>
background-color css
<style>
a { background-color: #D13829; }
a { background-color: rgb(209,56,41); }
div.DivClassName
{
background-color: #D13829;
}
.BgClassName
{
background-color: #D13829;
}
</style>
border-color css
<style>
span { border-color: #D13829; }
span { border-color: rgb(209,56,41); }
td.TdClassName
{
border-color: #D13829;
}
.TagClassName
{
border-color: #D13829;
}
</style>