Shades of Persian Red #D03C2C
Tints of Persian Red #D03C2C
RGB
CMYK
RGB Variations
Color information
#D03C2C (or 0xD03C2C) is known color: Persian Red. HEX triplet: D0, 3C and 2C. RGB value is (208,60,44). Sum of RGB (Red+Green+Blue) = 208+60+44=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03C2C is #2FC3D3. Grayscale: #666666. Windows color (decimal): -3130324 or 2899152. OLE color: 2899152.
HSL color Cylindrical-coordinate representation of color #D03C2C: hue angle of 5.85º degrees, saturation: 0.65, 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 #D03C2C is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 44 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.18 |
| HSL | 5.85º | 0.65% | 0.49% | - |
| HSV(B) | 5.85º | 0.79% | 0.82% | - |
| XYZ | 28.08 | 16.82 | 4.15 | - |
| YUV | 102.43 | 95.03 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 44 | 0 | 0.71 | 0.79 | 0.18 | 5.85 | 0.65 | 0.49 |
| Hex | D0 | 3C | 2C | 0 | 47 | 4F | 12 | 6 | 41 | 31 |
| Octal | 320 | 74 | 54 | 0 | 107 | 117 | 22 | 6 | 101 | 61 |
| Binary | 11010000 | 111100 | 101100 | 0 | 1000111 | 1001111 | 10010 | 110 | 1000001 | 110001 |
Color Harmonies of #D03C2C
Complementary color
Monochromatic Colors of #D03C2C
Black with #D03C2C
Text Example
Text Example
White with #D03C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03C2C; }
p { color: rgb(208,60,44); }
H1.HeaderClassName
{
color: #D03C2C;
}
.AnyTagClassName
{
color: #D03C2C;
}
</style>
background-color css
<style>
a { background-color: #D03C2C; }
a { background-color: rgb(208,60,44); }
div.DivClassName
{
background-color: #D03C2C;
}
.BgClassName
{
background-color: #D03C2C;
}
</style>
border-color css
<style>
span { border-color: #D03C2C; }
span { border-color: rgb(208,60,44); }
td.TdClassName
{
border-color: #D03C2C;
}
.TagClassName
{
border-color: #D03C2C;
}
</style>