Shades of Persian Red #D03732
Tints of Persian Red #D03732
RGB
CMYK
RGB Variations
Color information
#D03732 (or 0xD03732) is known color: Persian Red. HEX triplet: D0, 37 and 32. RGB value is (208,55,50). Sum of RGB (Red+Green+Blue) = 208+55+50=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D03732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03732 is #2FC8CD. Grayscale: #646464. Windows color (decimal): -3131598 or 3291088. OLE color: 3291088.
HSL color Cylindrical-coordinate representation of color #D03732: hue angle of 1.9º 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 #D03732 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 50 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.18 |
| HSL | 1.9º | 0.63% | 0.51% | - |
| HSV(B) | 1.9º | 0.76% | 0.82% | - |
| XYZ | 27.95 | 16.37 | 4.7 | - |
| YUV | 100.18 | 99.69 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 50 | 0 | 0.74 | 0.76 | 0.18 | 1.9 | 0.63 | 0.51 |
| Hex | D0 | 37 | 32 | 0 | 4A | 4C | 12 | 2 | 3F | 33 |
| Octal | 320 | 67 | 62 | 0 | 112 | 114 | 22 | 2 | 77 | 63 |
| Binary | 11010000 | 110111 | 110010 | 0 | 1001010 | 1001100 | 10010 | 10 | 111111 | 110011 |
Color Harmonies of #D03732
Complementary color
Monochromatic Colors of #D03732
Black with #D03732
Text Example
Text Example
White with #D03732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03732; }
p { color: rgb(208,55,50); }
H1.HeaderClassName
{
color: #D03732;
}
.AnyTagClassName
{
color: #D03732;
}
</style>
background-color css
<style>
a { background-color: #D03732; }
a { background-color: rgb(208,55,50); }
div.DivClassName
{
background-color: #D03732;
}
.BgClassName
{
background-color: #D03732;
}
</style>
border-color css
<style>
span { border-color: #D03732; }
span { border-color: rgb(208,55,50); }
td.TdClassName
{
border-color: #D03732;
}
.TagClassName
{
border-color: #D03732;
}
</style>