Shades of Persian Red #D03329
Tints of Persian Red #D03329
RGB
CMYK
RGB Variations
Color information
#D03329 (or 0xD03329) is known color: Persian Red. HEX triplet: D0, 33 and 29. RGB value is (208,51,41). Sum of RGB (Red+Green+Blue) = 208+51+41=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D03329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03329 is #2FCCD6. Grayscale: #616161. Windows color (decimal): -3132631 or 2700240. OLE color: 2700240.
HSL color Cylindrical-coordinate representation of color #D03329: hue angle of 3.59º 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 #D03329 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 41 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.18 |
| HSL | 3.59º | 0.67% | 0.49% | - |
| HSV(B) | 3.59º | 0.8% | 0.82% | - |
| XYZ | 27.6 | 15.94 | 3.72 | - |
| YUV | 96.8 | 96.51 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 41 | 0 | 0.75 | 0.80 | 0.18 | 3.59 | 0.67 | 0.49 |
| Hex | D0 | 33 | 29 | 0 | 4B | 50 | 12 | 4 | 43 | 31 |
| Octal | 320 | 63 | 51 | 0 | 113 | 120 | 22 | 4 | 103 | 61 |
| Binary | 11010000 | 110011 | 101001 | 0 | 1001011 | 1010000 | 10010 | 100 | 1000011 | 110001 |
Color Harmonies of #D03329
Complementary color
Monochromatic Colors of #D03329
Black with #D03329
Text Example
Text Example
White with #D03329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03329; }
p { color: rgb(208,51,41); }
H1.HeaderClassName
{
color: #D03329;
}
.AnyTagClassName
{
color: #D03329;
}
</style>
background-color css
<style>
a { background-color: #D03329; }
a { background-color: rgb(208,51,41); }
div.DivClassName
{
background-color: #D03329;
}
.BgClassName
{
background-color: #D03329;
}
</style>
border-color css
<style>
span { border-color: #D03329; }
span { border-color: rgb(208,51,41); }
td.TdClassName
{
border-color: #D03329;
}
.TagClassName
{
border-color: #D03329;
}
</style>