Shades of Persian Red #D03431
Tints of Persian Red #D03431
RGB
CMYK
RGB Variations
Color information
#D03431 (or 0xD03431) is known color: Persian Red. HEX triplet: D0, 34 and 31. RGB value is (208,52,49). Sum of RGB (Red+Green+Blue) = 208+52+49=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D03431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03431 is #2FCBCE. Grayscale: #626262. Windows color (decimal): -3132367 or 3224784. OLE color: 3224784.
HSL color Cylindrical-coordinate representation of color #D03431: hue angle of 1.13º 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 #D03431 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 49 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.18 |
| HSL | 1.13º | 0.63% | 0.5% | - |
| HSV(B) | 1.13º | 0.76% | 0.82% | - |
| XYZ | 27.79 | 16.09 | 4.55 | - |
| YUV | 98.3 | 100.18 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 49 | 0 | 0.75 | 0.76 | 0.18 | 1.13 | 0.63 | 0.5 |
| Hex | D0 | 34 | 31 | 0 | 4B | 4C | 12 | 1 | 3F | 32 |
| Octal | 320 | 64 | 61 | 0 | 113 | 114 | 22 | 1 | 77 | 62 |
| Binary | 11010000 | 110100 | 110001 | 0 | 1001011 | 1001100 | 10010 | 1 | 111111 | 110010 |
Color Harmonies of #D03431
Complementary color
Monochromatic Colors of #D03431
Black with #D03431
Text Example
Text Example
White with #D03431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03431; }
p { color: rgb(208,52,49); }
H1.HeaderClassName
{
color: #D03431;
}
.AnyTagClassName
{
color: #D03431;
}
</style>
background-color css
<style>
a { background-color: #D03431; }
a { background-color: rgb(208,52,49); }
div.DivClassName
{
background-color: #D03431;
}
.BgClassName
{
background-color: #D03431;
}
</style>
border-color css
<style>
span { border-color: #D03431; }
span { border-color: rgb(208,52,49); }
td.TdClassName
{
border-color: #D03431;
}
.TagClassName
{
border-color: #D03431;
}
</style>