Shades of Persian Red #D0443E
Tints of Persian Red #D0443E
RGB
CMYK
RGB Variations
Color information
#D0443E (or 0xD0443E) is known color: Persian Red. HEX triplet: D0, 44 and 3E. RGB value is (208,68,62). Sum of RGB (Red+Green+Blue) = 208+68+62=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D0443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0443E is #2FBBC1. Grayscale: #6D6D6D. Windows color (decimal): -3128258 or 4080848. OLE color: 4080848.
HSL color Cylindrical-coordinate representation of color #D0443E: hue angle of 2.47º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0443E is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 62 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.18 |
| HSL | 2.47º | 0.61% | 0.53% | - |
| HSV(B) | 2.47º | 0.7% | 0.82% | - |
| XYZ | 28.95 | 17.89 | 6.49 | - |
| YUV | 109.18 | 101.38 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 62 | 0 | 0.67 | 0.70 | 0.18 | 2.47 | 0.61 | 0.53 |
| Hex | D0 | 44 | 3E | 0 | 43 | 46 | 12 | 2 | 3D | 35 |
| Octal | 320 | 104 | 76 | 0 | 103 | 106 | 22 | 2 | 75 | 65 |
| Binary | 11010000 | 1000100 | 111110 | 0 | 1000011 | 1000110 | 10010 | 10 | 111101 | 110101 |
Color Harmonies of #D0443E
Complementary color
Monochromatic Colors of #D0443E
Black with #D0443E
Text Example
Text Example
White with #D0443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0443E; }
p { color: rgb(208,68,62); }
H1.HeaderClassName
{
color: #D0443E;
}
.AnyTagClassName
{
color: #D0443E;
}
</style>
background-color css
<style>
a { background-color: #D0443E; }
a { background-color: rgb(208,68,62); }
div.DivClassName
{
background-color: #D0443E;
}
.BgClassName
{
background-color: #D0443E;
}
</style>
border-color css
<style>
span { border-color: #D0443E; }
span { border-color: rgb(208,68,62); }
td.TdClassName
{
border-color: #D0443E;
}
.TagClassName
{
border-color: #D0443E;
}
</style>