Shades of Persian Red #D03F2B
Tints of Persian Red #D03F2B
RGB
CMYK
RGB Variations
Color information
#D03F2B (or 0xD03F2B) is known color: Persian Red. HEX triplet: D0, 3F and 2B. RGB value is (208,63,43). Sum of RGB (Red+Green+Blue) = 208+63+43=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03F2B is #2FC0D4. Grayscale: #686868. Windows color (decimal): -3129557 or 2834384. OLE color: 2834384.
HSL color Cylindrical-coordinate representation of color #D03F2B: hue angle of 7.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D03F2B is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 43 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.18 |
| HSL | 7.27º | 0.66% | 0.49% | - |
| HSV(B) | 7.27º | 0.79% | 0.82% | - |
| XYZ | 28.23 | 17.14 | 4.11 | - |
| YUV | 104.08 | 93.54 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 43 | 0 | 0.70 | 0.79 | 0.18 | 7.27 | 0.66 | 0.49 |
| Hex | D0 | 3F | 2B | 0 | 46 | 4F | 12 | 7 | 42 | 31 |
| Octal | 320 | 77 | 53 | 0 | 106 | 117 | 22 | 7 | 102 | 61 |
| Binary | 11010000 | 111111 | 101011 | 0 | 1000110 | 1001111 | 10010 | 111 | 1000010 | 110001 |
Color Harmonies of #D03F2B
Complementary color
Monochromatic Colors of #D03F2B
Black with #D03F2B
Text Example
Text Example
White with #D03F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03F2B; }
p { color: rgb(208,63,43); }
H1.HeaderClassName
{
color: #D03F2B;
}
.AnyTagClassName
{
color: #D03F2B;
}
</style>
background-color css
<style>
a { background-color: #D03F2B; }
a { background-color: rgb(208,63,43); }
div.DivClassName
{
background-color: #D03F2B;
}
.BgClassName
{
background-color: #D03F2B;
}
</style>
border-color css
<style>
span { border-color: #D03F2B; }
span { border-color: rgb(208,63,43); }
td.TdClassName
{
border-color: #D03F2B;
}
.TagClassName
{
border-color: #D03F2B;
}
</style>