Shades of Persian Red #D0403E
Tints of Persian Red #D0403E
RGB
CMYK
RGB Variations
Color information
#D0403E (or 0xD0403E) is known color: Persian Red. HEX triplet: D0, 40 and 3E. RGB value is (208,64,62). Sum of RGB (Red+Green+Blue) = 208+64+62=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0403E is #2FBFC1. Grayscale: #6A6A6A. Windows color (decimal): -3129282 or 4079824. OLE color: 4079824.
HSL color Cylindrical-coordinate representation of color #D0403E: hue angle of 0.82º 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 #D0403E is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 62 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.18 |
| HSL | 0.82º | 0.61% | 0.53% | - |
| HSV(B) | 0.82º | 0.7% | 0.82% | - |
| XYZ | 28.72 | 17.42 | 6.41 | - |
| YUV | 106.83 | 102.71 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 62 | 0 | 0.69 | 0.70 | 0.18 | 0.82 | 0.61 | 0.53 |
| Hex | D0 | 40 | 3E | 0 | 45 | 46 | 12 | 1 | 3D | 35 |
| Octal | 320 | 100 | 76 | 0 | 105 | 106 | 22 | 1 | 75 | 65 |
| Binary | 11010000 | 1000000 | 111110 | 0 | 1000101 | 1000110 | 10010 | 1 | 111101 | 110101 |
Color Harmonies of #D0403E
Complementary color
Monochromatic Colors of #D0403E
Black with #D0403E
Text Example
Text Example
White with #D0403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0403E; }
p { color: rgb(208,64,62); }
H1.HeaderClassName
{
color: #D0403E;
}
.AnyTagClassName
{
color: #D0403E;
}
</style>
background-color css
<style>
a { background-color: #D0403E; }
a { background-color: rgb(208,64,62); }
div.DivClassName
{
background-color: #D0403E;
}
.BgClassName
{
background-color: #D0403E;
}
</style>
border-color css
<style>
span { border-color: #D0403E; }
span { border-color: rgb(208,64,62); }
td.TdClassName
{
border-color: #D0403E;
}
.TagClassName
{
border-color: #D0403E;
}
</style>