Shades of Persian Red #D1403E
Tints of Persian Red #D1403E
RGB
CMYK
RGB Variations
Color information
#D1403E (or 0xD1403E) is known color: Persian Red. HEX triplet: D1, 40 and 3E. RGB value is (209,64,62). Sum of RGB (Red+Green+Blue) = 209+64+62=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D1403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1403E is #2EBFC1. Grayscale: #6B6B6B. Windows color (decimal): -3063746 or 4079825. OLE color: 4079825.
HSL color Cylindrical-coordinate representation of color #D1403E: hue angle of 0.82º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1403E is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 62 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.18 |
| HSL | 0.82º | 0.62% | 0.53% | - |
| HSV(B) | 0.82º | 0.7% | 0.82% | - |
| XYZ | 29 | 17.57 | 6.42 | - |
| YUV | 107.13 | 102.54 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 62 | 0 | 0.69 | 0.70 | 0.18 | 0.82 | 0.62 | 0.53 |
| Hex | D1 | 40 | 3E | 0 | 45 | 46 | 12 | 1 | 3E | 35 |
| Octal | 321 | 100 | 76 | 0 | 105 | 106 | 22 | 1 | 76 | 65 |
| Binary | 11010001 | 1000000 | 111110 | 0 | 1000101 | 1000110 | 10010 | 1 | 111110 | 110101 |
Color Harmonies of #D1403E
Complementary color
Monochromatic Colors of #D1403E
Black with #D1403E
Text Example
Text Example
White with #D1403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1403E; }
p { color: rgb(209,64,62); }
H1.HeaderClassName
{
color: #D1403E;
}
.AnyTagClassName
{
color: #D1403E;
}
</style>
background-color css
<style>
a { background-color: #D1403E; }
a { background-color: rgb(209,64,62); }
div.DivClassName
{
background-color: #D1403E;
}
.BgClassName
{
background-color: #D1403E;
}
</style>
border-color css
<style>
span { border-color: #D1403E; }
span { border-color: rgb(209,64,62); }
td.TdClassName
{
border-color: #D1403E;
}
.TagClassName
{
border-color: #D1403E;
}
</style>