Shades of Persian Red #D03C2B
Tints of Persian Red #D03C2B
RGB
CMYK
RGB Variations
Color information
#D03C2B (or 0xD03C2B) is known color: Persian Red. HEX triplet: D0, 3C and 2B. RGB value is (208,60,43). Sum of RGB (Red+Green+Blue) = 208+60+43=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03C2B is #2FC3D4. Grayscale: #666666. Windows color (decimal): -3130325 or 2833616. OLE color: 2833616.
HSL color Cylindrical-coordinate representation of color #D03C2B: hue angle of 6.18º 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 #D03C2B is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 60 | 43 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.18 |
| HSL | 6.18º | 0.66% | 0.49% | - |
| HSV(B) | 6.18º | 0.79% | 0.82% | - |
| XYZ | 28.06 | 16.82 | 4.05 | - |
| YUV | 102.31 | 94.53 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 43 | 0 | 0.71 | 0.79 | 0.18 | 6.18 | 0.66 | 0.49 |
| Hex | D0 | 3C | 2B | 0 | 47 | 4F | 12 | 6 | 42 | 31 |
| Octal | 320 | 74 | 53 | 0 | 107 | 117 | 22 | 6 | 102 | 61 |
| Binary | 11010000 | 111100 | 101011 | 0 | 1000111 | 1001111 | 10010 | 110 | 1000010 | 110001 |
Color Harmonies of #D03C2B
Complementary color
Monochromatic Colors of #D03C2B
Black with #D03C2B
Text Example
Text Example
White with #D03C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03C2B; }
p { color: rgb(208,60,43); }
H1.HeaderClassName
{
color: #D03C2B;
}
.AnyTagClassName
{
color: #D03C2B;
}
</style>
background-color css
<style>
a { background-color: #D03C2B; }
a { background-color: rgb(208,60,43); }
div.DivClassName
{
background-color: #D03C2B;
}
.BgClassName
{
background-color: #D03C2B;
}
</style>
border-color css
<style>
span { border-color: #D03C2B; }
span { border-color: rgb(208,60,43); }
td.TdClassName
{
border-color: #D03C2B;
}
.TagClassName
{
border-color: #D03C2B;
}
</style>