Shades of Persian Red #D04030
Tints of Persian Red #D04030
RGB
CMYK
RGB Variations
Color information
#D04030 (or 0xD04030) is known color: Persian Red. HEX triplet: D0, 40 and 30. RGB value is (208,64,48). Sum of RGB (Red+Green+Blue) = 208+64+48=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D04030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04030 is #2FBFCF. Grayscale: #696969. Windows color (decimal): -3129296 or 3162320. OLE color: 3162320.
HSL color Cylindrical-coordinate representation of color #D04030: hue angle of 6º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D04030 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 48 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.18 |
| HSL | 6º | 0.63% | 0.5% | - |
| HSV(B) | 6º | 0.77% | 0.82% | - |
| XYZ | 28.38 | 17.29 | 4.64 | - |
| YUV | 105.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 48 | 0 | 0.69 | 0.77 | 0.18 | 6 | 0.63 | 0.5 |
| Hex | D0 | 40 | 30 | 0 | 45 | 4D | 12 | 6 | 3F | 32 |
| Octal | 320 | 100 | 60 | 0 | 105 | 115 | 22 | 6 | 77 | 62 |
| Binary | 11010000 | 1000000 | 110000 | 0 | 1000101 | 1001101 | 10010 | 110 | 111111 | 110010 |
Color Harmonies of #D04030
Complementary color
Monochromatic Colors of #D04030
Black with #D04030
Text Example
Text Example
White with #D04030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04030; }
p { color: rgb(208,64,48); }
H1.HeaderClassName
{
color: #D04030;
}
.AnyTagClassName
{
color: #D04030;
}
</style>
background-color css
<style>
a { background-color: #D04030; }
a { background-color: rgb(208,64,48); }
div.DivClassName
{
background-color: #D04030;
}
.BgClassName
{
background-color: #D04030;
}
</style>
border-color css
<style>
span { border-color: #D04030; }
span { border-color: rgb(208,64,48); }
td.TdClassName
{
border-color: #D04030;
}
.TagClassName
{
border-color: #D04030;
}
</style>