Shades of Persian Red #D03332
Tints of Persian Red #D03332
RGB
CMYK
RGB Variations
Color information
#D03332 (or 0xD03332) is known color: Persian Red. HEX triplet: D0, 33 and 32. RGB value is (208,51,50). Sum of RGB (Red+Green+Blue) = 208+51+50=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D03332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03332 is #2FCCCD. Grayscale: #616161. Windows color (decimal): -3132622 or 3290064. OLE color: 3290064.
HSL color Cylindrical-coordinate representation of color #D03332: hue angle of 0.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03332 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 50 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.18 |
| HSL | 0.38º | 0.63% | 0.51% | - |
| HSV(B) | 0.38º | 0.76% | 0.82% | - |
| XYZ | 27.77 | 16.01 | 4.64 | - |
| YUV | 97.83 | 101.01 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 50 | 0 | 0.75 | 0.76 | 0.18 | 0.38 | 0.63 | 0.51 |
| Hex | D0 | 33 | 32 | 0 | 4B | 4C | 12 | 0 | 3F | 33 |
| Octal | 320 | 63 | 62 | 0 | 113 | 114 | 22 | 0 | 77 | 63 |
| Binary | 11010000 | 110011 | 110010 | 0 | 1001011 | 1001100 | 10010 | 0 | 111111 | 110011 |
Color Harmonies of #D03332
Complementary color
Monochromatic Colors of #D03332
Black with #D03332
Text Example
Text Example
White with #D03332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03332; }
p { color: rgb(208,51,50); }
H1.HeaderClassName
{
color: #D03332;
}
.AnyTagClassName
{
color: #D03332;
}
</style>
background-color css
<style>
a { background-color: #D03332; }
a { background-color: rgb(208,51,50); }
div.DivClassName
{
background-color: #D03332;
}
.BgClassName
{
background-color: #D03332;
}
</style>
border-color css
<style>
span { border-color: #D03332; }
span { border-color: rgb(208,51,50); }
td.TdClassName
{
border-color: #D03332;
}
.TagClassName
{
border-color: #D03332;
}
</style>