Shades of Persian Red #D6392E
Tints of Persian Red #D6392E
RGB
CMYK
RGB Variations
Color information
#D6392E (or 0xD6392E) is known color: Persian Red. HEX triplet: D6, 39 and 2E. RGB value is (214,57,46). Sum of RGB (Red+Green+Blue) = 214+57+46=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D6392E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6392E is #29C6D1. Grayscale: #666666. Windows color (decimal): -2737874 or 3029462. OLE color: 3029462.
HSL color Cylindrical-coordinate representation of color #D6392E: hue angle of 3.93º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6392E is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 46 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.16 |
| HSL | 3.93º | 0.67% | 0.51% | - |
| HSV(B) | 3.93º | 0.79% | 0.84% | - |
| XYZ | 29.69 | 17.42 | 4.38 | - |
| YUV | 102.69 | 96.01 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 46 | 0 | 0.73 | 0.79 | 0.16 | 3.93 | 0.67 | 0.51 |
| Hex | D6 | 39 | 2E | 0 | 49 | 4F | 10 | 4 | 43 | 33 |
| Octal | 326 | 71 | 56 | 0 | 111 | 117 | 20 | 4 | 103 | 63 |
| Binary | 11010110 | 111001 | 101110 | 0 | 1001001 | 1001111 | 10000 | 100 | 1000011 | 110011 |
Color Harmonies of #D6392E
Complementary color
Monochromatic Colors of #D6392E
Black with #D6392E
Text Example
Text Example
White with #D6392E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6392E; }
p { color: rgb(214,57,46); }
H1.HeaderClassName
{
color: #D6392E;
}
.AnyTagClassName
{
color: #D6392E;
}
</style>
background-color css
<style>
a { background-color: #D6392E; }
a { background-color: rgb(214,57,46); }
div.DivClassName
{
background-color: #D6392E;
}
.BgClassName
{
background-color: #D6392E;
}
</style>
border-color css
<style>
span { border-color: #D6392E; }
span { border-color: rgb(214,57,46); }
td.TdClassName
{
border-color: #D6392E;
}
.TagClassName
{
border-color: #D6392E;
}
</style>