Shades of Persian Red #D03631
Tints of Persian Red #D03631
RGB
CMYK
RGB Variations
Color information
#D03631 (or 0xD03631) is known color: Persian Red. HEX triplet: D0, 36 and 31. RGB value is (208,54,49). Sum of RGB (Red+Green+Blue) = 208+54+49=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D03631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03631 is #2FC9CE. Grayscale: #636363. Windows color (decimal): -3131855 or 3225296. OLE color: 3225296.
HSL color Cylindrical-coordinate representation of color #D03631: hue angle of 1.89º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03631 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 49 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.18 |
| HSL | 1.89º | 0.63% | 0.5% | - |
| HSV(B) | 1.89º | 0.76% | 0.82% | - |
| XYZ | 27.89 | 16.27 | 4.58 | - |
| YUV | 99.48 | 99.52 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 49 | 0 | 0.74 | 0.76 | 0.18 | 1.89 | 0.63 | 0.5 |
| Hex | D0 | 36 | 31 | 0 | 4A | 4C | 12 | 2 | 3F | 32 |
| Octal | 320 | 66 | 61 | 0 | 112 | 114 | 22 | 2 | 77 | 62 |
| Binary | 11010000 | 110110 | 110001 | 0 | 1001010 | 1001100 | 10010 | 10 | 111111 | 110010 |
Color Harmonies of #D03631
Complementary color
Monochromatic Colors of #D03631
Black with #D03631
Text Example
Text Example
White with #D03631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03631; }
p { color: rgb(208,54,49); }
H1.HeaderClassName
{
color: #D03631;
}
.AnyTagClassName
{
color: #D03631;
}
</style>
background-color css
<style>
a { background-color: #D03631; }
a { background-color: rgb(208,54,49); }
div.DivClassName
{
background-color: #D03631;
}
.BgClassName
{
background-color: #D03631;
}
</style>
border-color css
<style>
span { border-color: #D03631; }
span { border-color: rgb(208,54,49); }
td.TdClassName
{
border-color: #D03631;
}
.TagClassName
{
border-color: #D03631;
}
</style>