Shades of Persian Red #D03730
Tints of Persian Red #D03730
RGB
CMYK
RGB Variations
Color information
#D03730 (or 0xD03730) is known color: Persian Red. HEX triplet: D0, 37 and 30. RGB value is (208,55,48). Sum of RGB (Red+Green+Blue) = 208+55+48=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D03730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03730 is #2FC8CF. Grayscale: #646464. Windows color (decimal): -3131600 or 3160016. OLE color: 3160016.
HSL color Cylindrical-coordinate representation of color #D03730: hue angle of 2.62º 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 #D03730 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 48 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.18 |
| HSL | 2.63º | 0.63% | 0.5% | - |
| HSV(B) | 2.63º | 0.77% | 0.82% | - |
| XYZ | 27.91 | 16.36 | 4.48 | - |
| YUV | 99.95 | 98.69 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 48 | 0 | 0.74 | 0.77 | 0.18 | 2.63 | 0.63 | 0.5 |
| Hex | D0 | 37 | 30 | 0 | 4A | 4D | 12 | 3 | 3F | 32 |
| Octal | 320 | 67 | 60 | 0 | 112 | 115 | 22 | 3 | 77 | 62 |
| Binary | 11010000 | 110111 | 110000 | 0 | 1001010 | 1001101 | 10010 | 11 | 111111 | 110010 |
Color Harmonies of #D03730
Complementary color
Monochromatic Colors of #D03730
Black with #D03730
Text Example
Text Example
White with #D03730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03730; }
p { color: rgb(208,55,48); }
H1.HeaderClassName
{
color: #D03730;
}
.AnyTagClassName
{
color: #D03730;
}
</style>
background-color css
<style>
a { background-color: #D03730; }
a { background-color: rgb(208,55,48); }
div.DivClassName
{
background-color: #D03730;
}
.BgClassName
{
background-color: #D03730;
}
</style>
border-color css
<style>
span { border-color: #D03730; }
span { border-color: rgb(208,55,48); }
td.TdClassName
{
border-color: #D03730;
}
.TagClassName
{
border-color: #D03730;
}
</style>