Shades of Persian Red #D1403F
Tints of Persian Red #D1403F
RGB
CMYK
RGB Variations
Color information
#D1403F (or 0xD1403F) is known color: Persian Red. HEX triplet: D1, 40 and 3F. RGB value is (209,64,63). Sum of RGB (Red+Green+Blue) = 209+64+63=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1403F is #2EBFC0. Grayscale: #6B6B6B. Windows color (decimal): -3063745 or 4145361. OLE color: 4145361.
HSL color Cylindrical-coordinate representation of color #D1403F: hue angle of 0.41º degrees, saturation: 0.61, 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 #D1403F is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 63 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.18 |
| HSL | 0.41º | 0.61% | 0.53% | - |
| HSV(B) | 0.41º | 0.7% | 0.82% | - |
| XYZ | 29.03 | 17.58 | 6.57 | - |
| YUV | 107.24 | 103.04 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 63 | 0 | 0.69 | 0.70 | 0.18 | 0.41 | 0.61 | 0.53 |
| Hex | D1 | 40 | 3F | 0 | 45 | 46 | 12 | 0 | 3D | 35 |
| Octal | 321 | 100 | 77 | 0 | 105 | 106 | 22 | 0 | 75 | 65 |
| Binary | 11010001 | 1000000 | 111111 | 0 | 1000101 | 1000110 | 10010 | 0 | 111101 | 110101 |
Color Harmonies of #D1403F
Complementary color
Monochromatic Colors of #D1403F
Black with #D1403F
Text Example
Text Example
White with #D1403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1403F; }
p { color: rgb(209,64,63); }
H1.HeaderClassName
{
color: #D1403F;
}
.AnyTagClassName
{
color: #D1403F;
}
</style>
background-color css
<style>
a { background-color: #D1403F; }
a { background-color: rgb(209,64,63); }
div.DivClassName
{
background-color: #D1403F;
}
.BgClassName
{
background-color: #D1403F;
}
</style>
border-color css
<style>
span { border-color: #D1403F; }
span { border-color: rgb(209,64,63); }
td.TdClassName
{
border-color: #D1403F;
}
.TagClassName
{
border-color: #D1403F;
}
</style>