Shades of Persian Red #D04033
Tints of Persian Red #D04033
RGB
CMYK
RGB Variations
Color information
#D04033 (or 0xD04033) is known color: Persian Red. HEX triplet: D0, 40 and 33. RGB value is (208,64,51). Sum of RGB (Red+Green+Blue) = 208+64+51=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D04033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04033 is #2FBFCC. Grayscale: #696969. Windows color (decimal): -3129293 or 3358928. OLE color: 3358928.
HSL color Cylindrical-coordinate representation of color #D04033: hue angle of 4.97º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D04033 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 51 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.18 |
| HSL | 4.97º | 0.63% | 0.51% | - |
| HSV(B) | 4.97º | 0.75% | 0.82% | - |
| XYZ | 28.44 | 17.32 | 4.98 | - |
| YUV | 105.57 | 97.21 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 51 | 0 | 0.69 | 0.75 | 0.18 | 4.97 | 0.63 | 0.51 |
| Hex | D0 | 40 | 33 | 0 | 45 | 4B | 12 | 5 | 3F | 33 |
| Octal | 320 | 100 | 63 | 0 | 105 | 113 | 22 | 5 | 77 | 63 |
| Binary | 11010000 | 1000000 | 110011 | 0 | 1000101 | 1001011 | 10010 | 101 | 111111 | 110011 |
Color Harmonies of #D04033
Complementary color
Monochromatic Colors of #D04033
Black with #D04033
Text Example
Text Example
White with #D04033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04033; }
p { color: rgb(208,64,51); }
H1.HeaderClassName
{
color: #D04033;
}
.AnyTagClassName
{
color: #D04033;
}
</style>
background-color css
<style>
a { background-color: #D04033; }
a { background-color: rgb(208,64,51); }
div.DivClassName
{
background-color: #D04033;
}
.BgClassName
{
background-color: #D04033;
}
</style>
border-color css
<style>
span { border-color: #D04033; }
span { border-color: rgb(208,64,51); }
td.TdClassName
{
border-color: #D04033;
}
.TagClassName
{
border-color: #D04033;
}
</style>