Shades of Persian Red #D03D2D
Tints of Persian Red #D03D2D
RGB
CMYK
RGB Variations
Color information
#D03D2D (or 0xD03D2D) is known color: Persian Red. HEX triplet: D0, 3D and 2D. RGB value is (208,61,45). Sum of RGB (Red+Green+Blue) = 208+61+45=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03D2D is #2FC2D2. Grayscale: #676767. Windows color (decimal): -3130067 or 2964944. OLE color: 2964944.
HSL color Cylindrical-coordinate representation of color #D03D2D: hue angle of 5.89º 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 #D03D2D is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 45 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.18 |
| HSL | 5.89º | 0.64% | 0.5% | - |
| HSV(B) | 5.89º | 0.78% | 0.82% | - |
| XYZ | 28.15 | 16.94 | 4.27 | - |
| YUV | 103.13 | 95.2 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 45 | 0 | 0.71 | 0.78 | 0.18 | 5.89 | 0.64 | 0.5 |
| Hex | D0 | 3D | 2D | 0 | 47 | 4E | 12 | 6 | 40 | 32 |
| Octal | 320 | 75 | 55 | 0 | 107 | 116 | 22 | 6 | 100 | 62 |
| Binary | 11010000 | 111101 | 101101 | 0 | 1000111 | 1001110 | 10010 | 110 | 1000000 | 110010 |
Color Harmonies of #D03D2D
Complementary color
Monochromatic Colors of #D03D2D
Black with #D03D2D
Text Example
Text Example
White with #D03D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D2D; }
p { color: rgb(208,61,45); }
H1.HeaderClassName
{
color: #D03D2D;
}
.AnyTagClassName
{
color: #D03D2D;
}
</style>
background-color css
<style>
a { background-color: #D03D2D; }
a { background-color: rgb(208,61,45); }
div.DivClassName
{
background-color: #D03D2D;
}
.BgClassName
{
background-color: #D03D2D;
}
</style>
border-color css
<style>
span { border-color: #D03D2D; }
span { border-color: rgb(208,61,45); }
td.TdClassName
{
border-color: #D03D2D;
}
.TagClassName
{
border-color: #D03D2D;
}
</style>