Shades of Persian Red #D03C2F
Tints of Persian Red #D03C2F
RGB
CMYK
RGB Variations
Color information
#D03C2F (or 0xD03C2F) is known color: Persian Red. HEX triplet: D0, 3C and 2F. RGB value is (208,60,47). Sum of RGB (Red+Green+Blue) = 208+60+47=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03C2F is #2FC3D0. Grayscale: #666666. Windows color (decimal): -3130321 or 3095760. OLE color: 3095760.
HSL color Cylindrical-coordinate representation of color #D03C2F: hue angle of 4.84º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D03C2F is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 47 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.18 |
| HSL | 4.84º | 0.63% | 0.5% | - |
| HSV(B) | 4.84º | 0.77% | 0.82% | - |
| XYZ | 28.14 | 16.85 | 4.46 | - |
| YUV | 102.77 | 96.53 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 47 | 0 | 0.71 | 0.77 | 0.18 | 4.84 | 0.63 | 0.5 |
| Hex | D0 | 3C | 2F | 0 | 47 | 4D | 12 | 5 | 3F | 32 |
| Octal | 320 | 74 | 57 | 0 | 107 | 115 | 22 | 5 | 77 | 62 |
| Binary | 11010000 | 111100 | 101111 | 0 | 1000111 | 1001101 | 10010 | 101 | 111111 | 110010 |
Color Harmonies of #D03C2F
Complementary color
Monochromatic Colors of #D03C2F
Black with #D03C2F
Text Example
Text Example
White with #D03C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03C2F; }
p { color: rgb(208,60,47); }
H1.HeaderClassName
{
color: #D03C2F;
}
.AnyTagClassName
{
color: #D03C2F;
}
</style>
background-color css
<style>
a { background-color: #D03C2F; }
a { background-color: rgb(208,60,47); }
div.DivClassName
{
background-color: #D03C2F;
}
.BgClassName
{
background-color: #D03C2F;
}
</style>
border-color css
<style>
span { border-color: #D03C2F; }
span { border-color: rgb(208,60,47); }
td.TdClassName
{
border-color: #D03C2F;
}
.TagClassName
{
border-color: #D03C2F;
}
</style>