Shades of Persian Red #D03F3C
Tints of Persian Red #D03F3C
RGB
CMYK
RGB Variations
Color information
#D03F3C (or 0xD03F3C) is known color: Persian Red. HEX triplet: D0, 3F and 3C. RGB value is (208,63,60). Sum of RGB (Red+Green+Blue) = 208+63+60=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03F3C is #2FC0C3. Grayscale: #6A6A6A. Windows color (decimal): -3129540 or 3948496. OLE color: 3948496.
HSL color Cylindrical-coordinate representation of color #D03F3C: hue angle of 1.22º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03F3C is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 60 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.18 |
| HSL | 1.22º | 0.61% | 0.53% | - |
| HSV(B) | 1.22º | 0.71% | 0.82% | - |
| XYZ | 28.61 | 17.29 | 6.1 | - |
| YUV | 106.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 60 | 0 | 0.70 | 0.71 | 0.18 | 1.22 | 0.61 | 0.53 |
| Hex | D0 | 3F | 3C | 0 | 46 | 47 | 12 | 1 | 3D | 35 |
| Octal | 320 | 77 | 74 | 0 | 106 | 107 | 22 | 1 | 75 | 65 |
| Binary | 11010000 | 111111 | 111100 | 0 | 1000110 | 1000111 | 10010 | 1 | 111101 | 110101 |
Color Harmonies of #D03F3C
Complementary color
Monochromatic Colors of #D03F3C
Black with #D03F3C
Text Example
Text Example
White with #D03F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03F3C; }
p { color: rgb(208,63,60); }
H1.HeaderClassName
{
color: #D03F3C;
}
.AnyTagClassName
{
color: #D03F3C;
}
</style>
background-color css
<style>
a { background-color: #D03F3C; }
a { background-color: rgb(208,63,60); }
div.DivClassName
{
background-color: #D03F3C;
}
.BgClassName
{
background-color: #D03F3C;
}
</style>
border-color css
<style>
span { border-color: #D03F3C; }
span { border-color: rgb(208,63,60); }
td.TdClassName
{
border-color: #D03F3C;
}
.TagClassName
{
border-color: #D03F3C;
}
</style>