Shades of Persian Red #D04339
Tints of Persian Red #D04339
RGB
CMYK
RGB Variations
Color information
#D04339 (or 0xD04339) is known color: Persian Red. HEX triplet: D0, 43 and 39. RGB value is (208,67,57). Sum of RGB (Red+Green+Blue) = 208+67+57=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D04339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04339 is #2FBCC6. Grayscale: #6C6C6C. Windows color (decimal): -3128519 or 3752912. OLE color: 3752912.
HSL color Cylindrical-coordinate representation of color #D04339: hue angle of 3.97º 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 #D04339 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 57 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.18 |
| HSL | 3.97º | 0.62% | 0.52% | - |
| HSV(B) | 3.97º | 0.73% | 0.82% | - |
| XYZ | 28.76 | 17.72 | 5.78 | - |
| YUV | 108.02 | 99.21 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 57 | 0 | 0.68 | 0.73 | 0.18 | 3.97 | 0.62 | 0.52 |
| Hex | D0 | 43 | 39 | 0 | 44 | 49 | 12 | 4 | 3E | 34 |
| Octal | 320 | 103 | 71 | 0 | 104 | 111 | 22 | 4 | 76 | 64 |
| Binary | 11010000 | 1000011 | 111001 | 0 | 1000100 | 1001001 | 10010 | 100 | 111110 | 110100 |
Color Harmonies of #D04339
Complementary color
Monochromatic Colors of #D04339
Black with #D04339
Text Example
Text Example
White with #D04339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04339; }
p { color: rgb(208,67,57); }
H1.HeaderClassName
{
color: #D04339;
}
.AnyTagClassName
{
color: #D04339;
}
</style>
background-color css
<style>
a { background-color: #D04339; }
a { background-color: rgb(208,67,57); }
div.DivClassName
{
background-color: #D04339;
}
.BgClassName
{
background-color: #D04339;
}
</style>
border-color css
<style>
span { border-color: #D04339; }
span { border-color: rgb(208,67,57); }
td.TdClassName
{
border-color: #D04339;
}
.TagClassName
{
border-color: #D04339;
}
</style>