Shades of Persian Red #D1402E
Tints of Persian Red #D1402E
RGB
CMYK
RGB Variations
Color information
#D1402E (or 0xD1402E) is known color: Persian Red. HEX triplet: D1, 40 and 2E. RGB value is (209,64,46). Sum of RGB (Red+Green+Blue) = 209+64+46=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1402E is #2EBFD1. Grayscale: #696969. Windows color (decimal): -3063762 or 3031249. OLE color: 3031249.
HSL color Cylindrical-coordinate representation of color #D1402E: hue angle of 6.63º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1402E is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 46 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.18 |
| HSL | 6.63º | 0.64% | 0.5% | - |
| HSV(B) | 6.63º | 0.78% | 0.82% | - |
| XYZ | 28.62 | 17.42 | 4.44 | - |
| YUV | 105.3 | 94.54 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 46 | 0 | 0.69 | 0.78 | 0.18 | 6.63 | 0.64 | 0.5 |
| Hex | D1 | 40 | 2E | 0 | 45 | 4E | 12 | 7 | 40 | 32 |
| Octal | 321 | 100 | 56 | 0 | 105 | 116 | 22 | 7 | 100 | 62 |
| Binary | 11010001 | 1000000 | 101110 | 0 | 1000101 | 1001110 | 10010 | 111 | 1000000 | 110010 |
Color Harmonies of #D1402E
Complementary color
Monochromatic Colors of #D1402E
Black with #D1402E
Text Example
Text Example
White with #D1402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1402E; }
p { color: rgb(209,64,46); }
H1.HeaderClassName
{
color: #D1402E;
}
.AnyTagClassName
{
color: #D1402E;
}
</style>
background-color css
<style>
a { background-color: #D1402E; }
a { background-color: rgb(209,64,46); }
div.DivClassName
{
background-color: #D1402E;
}
.BgClassName
{
background-color: #D1402E;
}
</style>
border-color css
<style>
span { border-color: #D1402E; }
span { border-color: rgb(209,64,46); }
td.TdClassName
{
border-color: #D1402E;
}
.TagClassName
{
border-color: #D1402E;
}
</style>