Shades of Persian Red #D03E30
Tints of Persian Red #D03E30
RGB
CMYK
RGB Variations
Color information
#D03E30 (or 0xD03E30) is known color: Persian Red. HEX triplet: D0, 3E and 30. RGB value is (208,62,48). Sum of RGB (Red+Green+Blue) = 208+62+48=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03E30 is #2FC1CF. Grayscale: #686868. Windows color (decimal): -3129808 or 3161808. OLE color: 3161808.
HSL color Cylindrical-coordinate representation of color #D03E30: hue angle of 5.25º 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 #D03E30 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 62 | 48 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.18 |
| HSL | 5.25º | 0.63% | 0.5% | - |
| HSV(B) | 5.25º | 0.77% | 0.82% | - |
| XYZ | 28.27 | 17.07 | 4.6 | - |
| YUV | 104.06 | 96.37 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 62 | 48 | 0 | 0.70 | 0.77 | 0.18 | 5.25 | 0.63 | 0.5 |
| Hex | D0 | 3E | 30 | 0 | 46 | 4D | 12 | 5 | 3F | 32 |
| Octal | 320 | 76 | 60 | 0 | 106 | 115 | 22 | 5 | 77 | 62 |
| Binary | 11010000 | 111110 | 110000 | 0 | 1000110 | 1001101 | 10010 | 101 | 111111 | 110010 |
Color Harmonies of #D03E30
Complementary color
Monochromatic Colors of #D03E30
Black with #D03E30
Text Example
Text Example
White with #D03E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03E30; }
p { color: rgb(208,62,48); }
H1.HeaderClassName
{
color: #D03E30;
}
.AnyTagClassName
{
color: #D03E30;
}
</style>
background-color css
<style>
a { background-color: #D03E30; }
a { background-color: rgb(208,62,48); }
div.DivClassName
{
background-color: #D03E30;
}
.BgClassName
{
background-color: #D03E30;
}
</style>
border-color css
<style>
span { border-color: #D03E30; }
span { border-color: rgb(208,62,48); }
td.TdClassName
{
border-color: #D03E30;
}
.TagClassName
{
border-color: #D03E30;
}
</style>