Shades of Persian Red #D6362C
Tints of Persian Red #D6362C
RGB
CMYK
RGB Variations
Color information
#D6362C (or 0xD6362C) is known color: Persian Red. HEX triplet: D6, 36 and 2C. RGB value is (214,54,44). Sum of RGB (Red+Green+Blue) = 214+54+44=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D6362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6362C is #29C9D3. Grayscale: #646464. Windows color (decimal): -2738644 or 2897622. OLE color: 2897622.
HSL color Cylindrical-coordinate representation of color #D6362C: hue angle of 3.53º 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 #D6362C is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 44 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.16 |
| HSL | 3.53º | 0.67% | 0.51% | - |
| HSV(B) | 3.53º | 0.79% | 0.84% | - |
| XYZ | 29.51 | 17.12 | 4.13 | - |
| YUV | 100.7 | 96.01 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 44 | 0 | 0.75 | 0.79 | 0.16 | 3.53 | 0.67 | 0.51 |
| Hex | D6 | 36 | 2C | 0 | 4B | 4F | 10 | 4 | 43 | 33 |
| Octal | 326 | 66 | 54 | 0 | 113 | 117 | 20 | 4 | 103 | 63 |
| Binary | 11010110 | 110110 | 101100 | 0 | 1001011 | 1001111 | 10000 | 100 | 1000011 | 110011 |
Color Harmonies of #D6362C
Complementary color
Monochromatic Colors of #D6362C
Black with #D6362C
Text Example
Text Example
White with #D6362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6362C; }
p { color: rgb(214,54,44); }
H1.HeaderClassName
{
color: #D6362C;
}
.AnyTagClassName
{
color: #D6362C;
}
</style>
background-color css
<style>
a { background-color: #D6362C; }
a { background-color: rgb(214,54,44); }
div.DivClassName
{
background-color: #D6362C;
}
.BgClassName
{
background-color: #D6362C;
}
</style>
border-color css
<style>
span { border-color: #D6362C; }
span { border-color: rgb(214,54,44); }
td.TdClassName
{
border-color: #D6362C;
}
.TagClassName
{
border-color: #D6362C;
}
</style>