Shades of Persian Red #D1362E
Tints of Persian Red #D1362E
RGB
CMYK
RGB Variations
Color information
#D1362E (or 0xD1362E) is known color: Persian Red. HEX triplet: D1, 36 and 2E. RGB value is (209,54,46). Sum of RGB (Red+Green+Blue) = 209+54+46=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D1362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1362E is #2EC9D1. Grayscale: #636363. Windows color (decimal): -3066322 or 3028689. OLE color: 3028689.
HSL color Cylindrical-coordinate representation of color #D1362E: hue angle of 2.94º 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 #D1362E is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 46 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.18 |
| HSL | 2.94º | 0.64% | 0.5% | - |
| HSV(B) | 2.94º | 0.78% | 0.82% | - |
| XYZ | 28.11 | 16.39 | 4.27 | - |
| YUV | 99.43 | 97.85 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 46 | 0 | 0.74 | 0.78 | 0.18 | 2.94 | 0.64 | 0.5 |
| Hex | D1 | 36 | 2E | 0 | 4A | 4E | 12 | 3 | 40 | 32 |
| Octal | 321 | 66 | 56 | 0 | 112 | 116 | 22 | 3 | 100 | 62 |
| Binary | 11010001 | 110110 | 101110 | 0 | 1001010 | 1001110 | 10010 | 11 | 1000000 | 110010 |
Color Harmonies of #D1362E
Complementary color
Monochromatic Colors of #D1362E
Black with #D1362E
Text Example
Text Example
White with #D1362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1362E; }
p { color: rgb(209,54,46); }
H1.HeaderClassName
{
color: #D1362E;
}
.AnyTagClassName
{
color: #D1362E;
}
</style>
background-color css
<style>
a { background-color: #D1362E; }
a { background-color: rgb(209,54,46); }
div.DivClassName
{
background-color: #D1362E;
}
.BgClassName
{
background-color: #D1362E;
}
</style>
border-color css
<style>
span { border-color: #D1362E; }
span { border-color: rgb(209,54,46); }
td.TdClassName
{
border-color: #D1362E;
}
.TagClassName
{
border-color: #D1362E;
}
</style>