Shades of Persian Red #D03F2D
Tints of Persian Red #D03F2D
RGB
CMYK
RGB Variations
Color information
#D03F2D (or 0xD03F2D) is known color: Persian Red. HEX triplet: D0, 3F and 2D. RGB value is (208,63,45). Sum of RGB (Red+Green+Blue) = 208+63+45=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03F2D is #2FC0D2. Grayscale: #686868. Windows color (decimal): -3129555 or 2965456. OLE color: 2965456.
HSL color Cylindrical-coordinate representation of color #D03F2D: hue angle of 6.63º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D03F2D is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 63 | 45 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.18 |
| HSL | 6.63º | 0.64% | 0.5% | - |
| HSV(B) | 6.63º | 0.78% | 0.82% | - |
| XYZ | 28.26 | 17.15 | 4.3 | - |
| YUV | 104.3 | 94.54 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 45 | 0 | 0.70 | 0.78 | 0.18 | 6.63 | 0.64 | 0.5 |
| Hex | D0 | 3F | 2D | 0 | 46 | 4E | 12 | 7 | 40 | 32 |
| Octal | 320 | 77 | 55 | 0 | 106 | 116 | 22 | 7 | 100 | 62 |
| Binary | 11010000 | 111111 | 101101 | 0 | 1000110 | 1001110 | 10010 | 111 | 1000000 | 110010 |
Color Harmonies of #D03F2D
Complementary color
Monochromatic Colors of #D03F2D
Black with #D03F2D
Text Example
Text Example
White with #D03F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03F2D; }
p { color: rgb(208,63,45); }
H1.HeaderClassName
{
color: #D03F2D;
}
.AnyTagClassName
{
color: #D03F2D;
}
</style>
background-color css
<style>
a { background-color: #D03F2D; }
a { background-color: rgb(208,63,45); }
div.DivClassName
{
background-color: #D03F2D;
}
.BgClassName
{
background-color: #D03F2D;
}
</style>
border-color css
<style>
span { border-color: #D03F2D; }
span { border-color: rgb(208,63,45); }
td.TdClassName
{
border-color: #D03F2D;
}
.TagClassName
{
border-color: #D03F2D;
}
</style>