Shades of Persian Red #D04037
Tints of Persian Red #D04037
RGB
CMYK
RGB Variations
Color information
#D04037 (or 0xD04037) is known color: Persian Red. HEX triplet: D0, 40 and 37. RGB value is (208,64,55). Sum of RGB (Red+Green+Blue) = 208+64+55=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D04037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04037 is #2FBFC8. Grayscale: #6A6A6A. Windows color (decimal): -3129289 or 3621072. OLE color: 3621072.
HSL color Cylindrical-coordinate representation of color #D04037: hue angle of 3.53º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D04037 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 55 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.18 |
| HSL | 3.53º | 0.62% | 0.52% | - |
| HSV(B) | 3.53º | 0.74% | 0.82% | - |
| XYZ | 28.54 | 17.35 | 5.46 | - |
| YUV | 106.03 | 99.21 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 55 | 0 | 0.69 | 0.74 | 0.18 | 3.53 | 0.62 | 0.52 |
| Hex | D0 | 40 | 37 | 0 | 45 | 4A | 12 | 4 | 3E | 34 |
| Octal | 320 | 100 | 67 | 0 | 105 | 112 | 22 | 4 | 76 | 64 |
| Binary | 11010000 | 1000000 | 110111 | 0 | 1000101 | 1001010 | 10010 | 100 | 111110 | 110100 |
Color Harmonies of #D04037
Complementary color
Monochromatic Colors of #D04037
Black with #D04037
Text Example
Text Example
White with #D04037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04037; }
p { color: rgb(208,64,55); }
H1.HeaderClassName
{
color: #D04037;
}
.AnyTagClassName
{
color: #D04037;
}
</style>
background-color css
<style>
a { background-color: #D04037; }
a { background-color: rgb(208,64,55); }
div.DivClassName
{
background-color: #D04037;
}
.BgClassName
{
background-color: #D04037;
}
</style>
border-color css
<style>
span { border-color: #D04037; }
span { border-color: rgb(208,64,55); }
td.TdClassName
{
border-color: #D04037;
}
.TagClassName
{
border-color: #D04037;
}
</style>