Shades of Persian Red #D03529
Tints of Persian Red #D03529
RGB
CMYK
RGB Variations
Color information
#D03529 (or 0xD03529) is known color: Persian Red. HEX triplet: D0, 35 and 29. RGB value is (208,53,41). Sum of RGB (Red+Green+Blue) = 208+53+41=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D03529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03529 is #2FCAD6. Grayscale: #626262. Windows color (decimal): -3132119 or 2700752. OLE color: 2700752.
HSL color Cylindrical-coordinate representation of color #D03529: hue angle of 4.31º 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 #D03529 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 41 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.18 |
| HSL | 4.31º | 0.67% | 0.49% | - |
| HSV(B) | 4.31º | 0.8% | 0.82% | - |
| XYZ | 27.69 | 16.12 | 3.75 | - |
| YUV | 97.98 | 95.85 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 41 | 0 | 0.75 | 0.80 | 0.18 | 4.31 | 0.67 | 0.49 |
| Hex | D0 | 35 | 29 | 0 | 4B | 50 | 12 | 4 | 43 | 31 |
| Octal | 320 | 65 | 51 | 0 | 113 | 120 | 22 | 4 | 103 | 61 |
| Binary | 11010000 | 110101 | 101001 | 0 | 1001011 | 1010000 | 10010 | 100 | 1000011 | 110001 |
Color Harmonies of #D03529
Complementary color
Monochromatic Colors of #D03529
Black with #D03529
Text Example
Text Example
White with #D03529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03529; }
p { color: rgb(208,53,41); }
H1.HeaderClassName
{
color: #D03529;
}
.AnyTagClassName
{
color: #D03529;
}
</style>
background-color css
<style>
a { background-color: #D03529; }
a { background-color: rgb(208,53,41); }
div.DivClassName
{
background-color: #D03529;
}
.BgClassName
{
background-color: #D03529;
}
</style>
border-color css
<style>
span { border-color: #D03529; }
span { border-color: rgb(208,53,41); }
td.TdClassName
{
border-color: #D03529;
}
.TagClassName
{
border-color: #D03529;
}
</style>