Shades of Persian Red #D04039
Tints of Persian Red #D04039
RGB
CMYK
RGB Variations
Color information
#D04039 (or 0xD04039) is known color: Persian Red. HEX triplet: D0, 40 and 39. RGB value is (208,64,57). Sum of RGB (Red+Green+Blue) = 208+64+57=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D04039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04039 is #2FBFC6. Grayscale: #6A6A6A. Windows color (decimal): -3129287 or 3752144. OLE color: 3752144.
HSL color Cylindrical-coordinate representation of color #D04039: hue angle of 2.78º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D04039 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 57 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.18 |
| HSL | 2.78º | 0.62% | 0.52% | - |
| HSV(B) | 2.78º | 0.73% | 0.82% | - |
| XYZ | 28.58 | 17.37 | 5.72 | - |
| YUV | 106.26 | 100.21 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 57 | 0 | 0.69 | 0.73 | 0.18 | 2.78 | 0.62 | 0.52 |
| Hex | D0 | 40 | 39 | 0 | 45 | 49 | 12 | 3 | 3E | 34 |
| Octal | 320 | 100 | 71 | 0 | 105 | 111 | 22 | 3 | 76 | 64 |
| Binary | 11010000 | 1000000 | 111001 | 0 | 1000101 | 1001001 | 10010 | 11 | 111110 | 110100 |
Color Harmonies of #D04039
Complementary color
Monochromatic Colors of #D04039
Black with #D04039
Text Example
Text Example
White with #D04039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04039; }
p { color: rgb(208,64,57); }
H1.HeaderClassName
{
color: #D04039;
}
.AnyTagClassName
{
color: #D04039;
}
</style>
background-color css
<style>
a { background-color: #D04039; }
a { background-color: rgb(208,64,57); }
div.DivClassName
{
background-color: #D04039;
}
.BgClassName
{
background-color: #D04039;
}
</style>
border-color css
<style>
span { border-color: #D04039; }
span { border-color: rgb(208,64,57); }
td.TdClassName
{
border-color: #D04039;
}
.TagClassName
{
border-color: #D04039;
}
</style>