Shades of Persian Red #D03B2F
Tints of Persian Red #D03B2F
RGB
CMYK
RGB Variations
Color information
#D03B2F (or 0xD03B2F) is known color: Persian Red. HEX triplet: D0, 3B and 2F. RGB value is (208,59,47). Sum of RGB (Red+Green+Blue) = 208+59+47=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03B2F is #2FC4D0. Grayscale: #666666. Windows color (decimal): -3130577 or 3095504. OLE color: 3095504.
HSL color Cylindrical-coordinate representation of color #D03B2F: hue angle of 4.47º 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 #D03B2F is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 59 | 47 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.18 |
| HSL | 4.47º | 0.63% | 0.5% | - |
| HSV(B) | 4.47º | 0.77% | 0.82% | - |
| XYZ | 28.09 | 16.74 | 4.44 | - |
| YUV | 102.18 | 96.86 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 47 | 0 | 0.72 | 0.77 | 0.18 | 4.47 | 0.63 | 0.5 |
| Hex | D0 | 3B | 2F | 0 | 48 | 4D | 12 | 4 | 3F | 32 |
| Octal | 320 | 73 | 57 | 0 | 110 | 115 | 22 | 4 | 77 | 62 |
| Binary | 11010000 | 111011 | 101111 | 0 | 1001000 | 1001101 | 10010 | 100 | 111111 | 110010 |
Color Harmonies of #D03B2F
Complementary color
Monochromatic Colors of #D03B2F
Black with #D03B2F
Text Example
Text Example
White with #D03B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03B2F; }
p { color: rgb(208,59,47); }
H1.HeaderClassName
{
color: #D03B2F;
}
.AnyTagClassName
{
color: #D03B2F;
}
</style>
background-color css
<style>
a { background-color: #D03B2F; }
a { background-color: rgb(208,59,47); }
div.DivClassName
{
background-color: #D03B2F;
}
.BgClassName
{
background-color: #D03B2F;
}
</style>
border-color css
<style>
span { border-color: #D03B2F; }
span { border-color: rgb(208,59,47); }
td.TdClassName
{
border-color: #D03B2F;
}
.TagClassName
{
border-color: #D03B2F;
}
</style>