Shades of Persian Red #D03F39
Tints of Persian Red #D03F39
RGB
CMYK
RGB Variations
Color information
#D03F39 (or 0xD03F39) is known color: Persian Red. HEX triplet: D0, 3F and 39. RGB value is (208,63,57). Sum of RGB (Red+Green+Blue) = 208+63+57=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03F39 is #2FC0C6. Grayscale: #696969. Windows color (decimal): -3129543 or 3751888. OLE color: 3751888.
HSL color Cylindrical-coordinate representation of color #D03F39: hue angle of 2.38º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03F39 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 57 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.18 |
| HSL | 2.38º | 0.62% | 0.52% | - |
| HSV(B) | 2.38º | 0.73% | 0.82% | - |
| XYZ | 28.53 | 17.26 | 5.7 | - |
| YUV | 105.67 | 100.54 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 57 | 0 | 0.70 | 0.73 | 0.18 | 2.38 | 0.62 | 0.52 |
| Hex | D0 | 3F | 39 | 0 | 46 | 49 | 12 | 2 | 3E | 34 |
| Octal | 320 | 77 | 71 | 0 | 106 | 111 | 22 | 2 | 76 | 64 |
| Binary | 11010000 | 111111 | 111001 | 0 | 1000110 | 1001001 | 10010 | 10 | 111110 | 110100 |
Color Harmonies of #D03F39
Complementary color
Monochromatic Colors of #D03F39
Black with #D03F39
Text Example
Text Example
White with #D03F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03F39; }
p { color: rgb(208,63,57); }
H1.HeaderClassName
{
color: #D03F39;
}
.AnyTagClassName
{
color: #D03F39;
}
</style>
background-color css
<style>
a { background-color: #D03F39; }
a { background-color: rgb(208,63,57); }
div.DivClassName
{
background-color: #D03F39;
}
.BgClassName
{
background-color: #D03F39;
}
</style>
border-color css
<style>
span { border-color: #D03F39; }
span { border-color: rgb(208,63,57); }
td.TdClassName
{
border-color: #D03F39;
}
.TagClassName
{
border-color: #D03F39;
}
</style>