Shades of Persian Red #D03935
Tints of Persian Red #D03935
RGB
CMYK
RGB Variations
Color information
#D03935 (or 0xD03935) is known color: Persian Red. HEX triplet: D0, 39 and 35. RGB value is (208,57,53). Sum of RGB (Red+Green+Blue) = 208+57+53=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D03935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03935 is #2FC6CA. Grayscale: #656565. Windows color (decimal): -3131083 or 3488208. OLE color: 3488208.
HSL color Cylindrical-coordinate representation of color #D03935: hue angle of 1.55º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03935 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 53 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.18 |
| HSL | 1.55º | 0.62% | 0.51% | - |
| HSV(B) | 1.55º | 0.75% | 0.82% | - |
| XYZ | 28.12 | 16.59 | 5.09 | - |
| YUV | 101.69 | 100.53 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 53 | 0 | 0.73 | 0.75 | 0.18 | 1.55 | 0.62 | 0.51 |
| Hex | D0 | 39 | 35 | 0 | 49 | 4B | 12 | 2 | 3E | 33 |
| Octal | 320 | 71 | 65 | 0 | 111 | 113 | 22 | 2 | 76 | 63 |
| Binary | 11010000 | 111001 | 110101 | 0 | 1001001 | 1001011 | 10010 | 10 | 111110 | 110011 |
Color Harmonies of #D03935
Complementary color
Monochromatic Colors of #D03935
Black with #D03935
Text Example
Text Example
White with #D03935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03935; }
p { color: rgb(208,57,53); }
H1.HeaderClassName
{
color: #D03935;
}
.AnyTagClassName
{
color: #D03935;
}
</style>
background-color css
<style>
a { background-color: #D03935; }
a { background-color: rgb(208,57,53); }
div.DivClassName
{
background-color: #D03935;
}
.BgClassName
{
background-color: #D03935;
}
</style>
border-color css
<style>
span { border-color: #D03935; }
span { border-color: rgb(208,57,53); }
td.TdClassName
{
border-color: #D03935;
}
.TagClassName
{
border-color: #D03935;
}
</style>