Shades of Persian Red #D03E2D
Tints of Persian Red #D03E2D
RGB
CMYK
RGB Variations
Color information
#D03E2D (or 0xD03E2D) is known color: Persian Red. HEX triplet: D0, 3E and 2D. RGB value is (208,62,45). Sum of RGB (Red+Green+Blue) = 208+62+45=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03E2D is #2FC1D2. Grayscale: #676767. Windows color (decimal): -3129811 or 2965200. OLE color: 2965200.
HSL color Cylindrical-coordinate representation of color #D03E2D: hue angle of 6.26º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D03E2D is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 62 | 45 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.18 |
| HSL | 6.26º | 0.64% | 0.5% | - |
| HSV(B) | 6.26º | 0.78% | 0.82% | - |
| XYZ | 28.21 | 17.04 | 4.29 | - |
| YUV | 103.72 | 94.87 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 62 | 45 | 0 | 0.70 | 0.78 | 0.18 | 6.26 | 0.64 | 0.5 |
| Hex | D0 | 3E | 2D | 0 | 46 | 4E | 12 | 6 | 40 | 32 |
| Octal | 320 | 76 | 55 | 0 | 106 | 116 | 22 | 6 | 100 | 62 |
| Binary | 11010000 | 111110 | 101101 | 0 | 1000110 | 1001110 | 10010 | 110 | 1000000 | 110010 |
Color Harmonies of #D03E2D
Complementary color
Monochromatic Colors of #D03E2D
Black with #D03E2D
Text Example
Text Example
White with #D03E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03E2D; }
p { color: rgb(208,62,45); }
H1.HeaderClassName
{
color: #D03E2D;
}
.AnyTagClassName
{
color: #D03E2D;
}
</style>
background-color css
<style>
a { background-color: #D03E2D; }
a { background-color: rgb(208,62,45); }
div.DivClassName
{
background-color: #D03E2D;
}
.BgClassName
{
background-color: #D03E2D;
}
</style>
border-color css
<style>
span { border-color: #D03E2D; }
span { border-color: rgb(208,62,45); }
td.TdClassName
{
border-color: #D03E2D;
}
.TagClassName
{
border-color: #D03E2D;
}
</style>