Shades of Persian Red #D03F37
Tints of Persian Red #D03F37
RGB
CMYK
RGB Variations
Color information
#D03F37 (or 0xD03F37) is known color: Persian Red. HEX triplet: D0, 3F and 37. RGB value is (208,63,55). Sum of RGB (Red+Green+Blue) = 208+63+55=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03F37 is #2FC0C8. Grayscale: #696969. Windows color (decimal): -3129545 or 3620816. OLE color: 3620816.
HSL color Cylindrical-coordinate representation of color #D03F37: hue angle of 3.14º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03F37 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 55 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.18 |
| HSL | 3.14º | 0.62% | 0.52% | - |
| HSV(B) | 3.14º | 0.74% | 0.82% | - |
| XYZ | 28.48 | 17.24 | 5.44 | - |
| YUV | 105.44 | 99.54 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 55 | 0 | 0.70 | 0.74 | 0.18 | 3.14 | 0.62 | 0.52 |
| Hex | D0 | 3F | 37 | 0 | 46 | 4A | 12 | 3 | 3E | 34 |
| Octal | 320 | 77 | 67 | 0 | 106 | 112 | 22 | 3 | 76 | 64 |
| Binary | 11010000 | 111111 | 110111 | 0 | 1000110 | 1001010 | 10010 | 11 | 111110 | 110100 |
Color Harmonies of #D03F37
Complementary color
Monochromatic Colors of #D03F37
Black with #D03F37
Text Example
Text Example
White with #D03F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03F37; }
p { color: rgb(208,63,55); }
H1.HeaderClassName
{
color: #D03F37;
}
.AnyTagClassName
{
color: #D03F37;
}
</style>
background-color css
<style>
a { background-color: #D03F37; }
a { background-color: rgb(208,63,55); }
div.DivClassName
{
background-color: #D03F37;
}
.BgClassName
{
background-color: #D03F37;
}
</style>
border-color css
<style>
span { border-color: #D03F37; }
span { border-color: rgb(208,63,55); }
td.TdClassName
{
border-color: #D03F37;
}
.TagClassName
{
border-color: #D03F37;
}
</style>