Shades of Persian Red #D04040
Tints of Persian Red #D04040
RGB
CMYK
RGB Variations
Color information
#D04040 (or 0xD04040) is known color: Persian Red. HEX triplet: D0, 40 and 40. RGB value is (208,64,64). Sum of RGB (Red+Green+Blue) = 208+64+64=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D04040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04040 is #2FBFBF. Grayscale: #6B6B6B. Windows color (decimal): -3129280 or 4210896. OLE color: 4210896.
HSL color Cylindrical-coordinate representation of color #D04040: hue angle of 0º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04040 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 64 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.18 |
| HSL | 0º | 0.61% | 0.53% | - |
| HSV(B) | 0º | 0.69% | 0.82% | - |
| XYZ | 28.77 | 17.45 | 6.7 | - |
| YUV | 107.06 | 103.71 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 64 | 0 | 0.69 | 0.69 | 0.18 | 0 | 0.61 | 0.53 |
| Hex | D0 | 40 | 40 | 0 | 45 | 45 | 12 | 0 | 3D | 35 |
| Octal | 320 | 100 | 100 | 0 | 105 | 105 | 22 | 0 | 75 | 65 |
| Binary | 11010000 | 1000000 | 1000000 | 0 | 1000101 | 1000101 | 10010 | 0 | 111101 | 110101 |
Color Harmonies of #D04040
Complementary color
Monochromatic Colors of #D04040
Black with #D04040
Text Example
Text Example
White with #D04040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04040; }
p { color: rgb(208,64,64); }
H1.HeaderClassName
{
color: #D04040;
}
.AnyTagClassName
{
color: #D04040;
}
</style>
background-color css
<style>
a { background-color: #D04040; }
a { background-color: rgb(208,64,64); }
div.DivClassName
{
background-color: #D04040;
}
.BgClassName
{
background-color: #D04040;
}
</style>
border-color css
<style>
span { border-color: #D04040; }
span { border-color: rgb(208,64,64); }
td.TdClassName
{
border-color: #D04040;
}
.TagClassName
{
border-color: #D04040;
}
</style>