Shades of Persian Red #D03D2B
Tints of Persian Red #D03D2B
RGB
CMYK
RGB Variations
Color information
#D03D2B (or 0xD03D2B) is known color: Persian Red. HEX triplet: D0, 3D and 2B. RGB value is (208,61,43). Sum of RGB (Red+Green+Blue) = 208+61+43=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03D2B is #2FC2D4. Grayscale: #676767. Windows color (decimal): -3130069 or 2833872. OLE color: 2833872.
HSL color Cylindrical-coordinate representation of color #D03D2B: hue angle of 6.55º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D03D2B is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 43 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.18 |
| HSL | 6.55º | 0.66% | 0.49% | - |
| HSV(B) | 6.55º | 0.79% | 0.82% | - |
| XYZ | 28.12 | 16.92 | 4.07 | - |
| YUV | 102.9 | 94.2 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 43 | 0 | 0.71 | 0.79 | 0.18 | 6.55 | 0.66 | 0.49 |
| Hex | D0 | 3D | 2B | 0 | 47 | 4F | 12 | 7 | 42 | 31 |
| Octal | 320 | 75 | 53 | 0 | 107 | 117 | 22 | 7 | 102 | 61 |
| Binary | 11010000 | 111101 | 101011 | 0 | 1000111 | 1001111 | 10010 | 111 | 1000010 | 110001 |
Color Harmonies of #D03D2B
Complementary color
Monochromatic Colors of #D03D2B
Black with #D03D2B
Text Example
Text Example
White with #D03D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D2B; }
p { color: rgb(208,61,43); }
H1.HeaderClassName
{
color: #D03D2B;
}
.AnyTagClassName
{
color: #D03D2B;
}
</style>
background-color css
<style>
a { background-color: #D03D2B; }
a { background-color: rgb(208,61,43); }
div.DivClassName
{
background-color: #D03D2B;
}
.BgClassName
{
background-color: #D03D2B;
}
</style>
border-color css
<style>
span { border-color: #D03D2B; }
span { border-color: rgb(208,61,43); }
td.TdClassName
{
border-color: #D03D2B;
}
.TagClassName
{
border-color: #D03D2B;
}
</style>