Shades of Persian Red #D03731
Tints of Persian Red #D03731
RGB
CMYK
RGB Variations
Color information
#D03731 (or 0xD03731) is known color: Persian Red. HEX triplet: D0, 37 and 31. RGB value is (208,55,49). Sum of RGB (Red+Green+Blue) = 208+55+49=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D03731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03731 is #2FC8CE. Grayscale: #646464. Windows color (decimal): -3131599 or 3225552. OLE color: 3225552.
HSL color Cylindrical-coordinate representation of color #D03731: hue angle of 2.26º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03731 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 49 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.18 |
| HSL | 2.26º | 0.63% | 0.5% | - |
| HSV(B) | 2.26º | 0.76% | 0.82% | - |
| XYZ | 27.93 | 16.36 | 4.59 | - |
| YUV | 100.06 | 99.19 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 49 | 0 | 0.74 | 0.76 | 0.18 | 2.26 | 0.63 | 0.5 |
| Hex | D0 | 37 | 31 | 0 | 4A | 4C | 12 | 2 | 3F | 32 |
| Octal | 320 | 67 | 61 | 0 | 112 | 114 | 22 | 2 | 77 | 62 |
| Binary | 11010000 | 110111 | 110001 | 0 | 1001010 | 1001100 | 10010 | 10 | 111111 | 110010 |
Color Harmonies of #D03731
Complementary color
Monochromatic Colors of #D03731
Black with #D03731
Text Example
Text Example
White with #D03731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03731; }
p { color: rgb(208,55,49); }
H1.HeaderClassName
{
color: #D03731;
}
.AnyTagClassName
{
color: #D03731;
}
</style>
background-color css
<style>
a { background-color: #D03731; }
a { background-color: rgb(208,55,49); }
div.DivClassName
{
background-color: #D03731;
}
.BgClassName
{
background-color: #D03731;
}
</style>
border-color css
<style>
span { border-color: #D03731; }
span { border-color: rgb(208,55,49); }
td.TdClassName
{
border-color: #D03731;
}
.TagClassName
{
border-color: #D03731;
}
</style>