Shades of Persian Red #D03932
Tints of Persian Red #D03932
RGB
CMYK
RGB Variations
Color information
#D03932 (or 0xD03932) is known color: Persian Red. HEX triplet: D0, 39 and 32. RGB value is (208,57,50). Sum of RGB (Red+Green+Blue) = 208+57+50=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D03932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03932 is #2FC6CD. Grayscale: #656565. Windows color (decimal): -3131086 or 3291600. OLE color: 3291600.
HSL color Cylindrical-coordinate representation of color #D03932: hue angle of 2.66º 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 #D03932 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 50 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.18 |
| HSL | 2.66º | 0.63% | 0.51% | - |
| HSV(B) | 2.66º | 0.76% | 0.82% | - |
| XYZ | 28.05 | 16.57 | 4.74 | - |
| YUV | 101.35 | 99.03 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 50 | 0 | 0.73 | 0.76 | 0.18 | 2.66 | 0.63 | 0.51 |
| Hex | D0 | 39 | 32 | 0 | 49 | 4C | 12 | 3 | 3F | 33 |
| Octal | 320 | 71 | 62 | 0 | 111 | 114 | 22 | 3 | 77 | 63 |
| Binary | 11010000 | 111001 | 110010 | 0 | 1001001 | 1001100 | 10010 | 11 | 111111 | 110011 |
Color Harmonies of #D03932
Complementary color
Monochromatic Colors of #D03932
Black with #D03932
Text Example
Text Example
White with #D03932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03932; }
p { color: rgb(208,57,50); }
H1.HeaderClassName
{
color: #D03932;
}
.AnyTagClassName
{
color: #D03932;
}
</style>
background-color css
<style>
a { background-color: #D03932; }
a { background-color: rgb(208,57,50); }
div.DivClassName
{
background-color: #D03932;
}
.BgClassName
{
background-color: #D03932;
}
</style>
border-color css
<style>
span { border-color: #D03932; }
span { border-color: rgb(208,57,50); }
td.TdClassName
{
border-color: #D03932;
}
.TagClassName
{
border-color: #D03932;
}
</style>