Shades of Persian Red #D03A2F
Tints of Persian Red #D03A2F
RGB
CMYK
RGB Variations
Color information
#D03A2F (or 0xD03A2F) is known color: Persian Red. HEX triplet: D0, 3A and 2F. RGB value is (208,58,47). Sum of RGB (Red+Green+Blue) = 208+58+47=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03A2F is #2FC5D0. Grayscale: #656565. Windows color (decimal): -3130833 or 3095248. OLE color: 3095248.
HSL color Cylindrical-coordinate representation of color #D03A2F: hue angle of 4.1º 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 #D03A2F is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 47 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.18 |
| HSL | 4.1º | 0.63% | 0.5% | - |
| HSV(B) | 4.1º | 0.77% | 0.82% | - |
| XYZ | 28.04 | 16.64 | 4.42 | - |
| YUV | 101.6 | 97.2 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 47 | 0 | 0.72 | 0.77 | 0.18 | 4.1 | 0.63 | 0.5 |
| Hex | D0 | 3A | 2F | 0 | 48 | 4D | 12 | 4 | 3F | 32 |
| Octal | 320 | 72 | 57 | 0 | 110 | 115 | 22 | 4 | 77 | 62 |
| Binary | 11010000 | 111010 | 101111 | 0 | 1001000 | 1001101 | 10010 | 100 | 111111 | 110010 |
Color Harmonies of #D03A2F
Complementary color
Monochromatic Colors of #D03A2F
Black with #D03A2F
Text Example
Text Example
White with #D03A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03A2F; }
p { color: rgb(208,58,47); }
H1.HeaderClassName
{
color: #D03A2F;
}
.AnyTagClassName
{
color: #D03A2F;
}
</style>
background-color css
<style>
a { background-color: #D03A2F; }
a { background-color: rgb(208,58,47); }
div.DivClassName
{
background-color: #D03A2F;
}
.BgClassName
{
background-color: #D03A2F;
}
</style>
border-color css
<style>
span { border-color: #D03A2F; }
span { border-color: rgb(208,58,47); }
td.TdClassName
{
border-color: #D03A2F;
}
.TagClassName
{
border-color: #D03A2F;
}
</style>