Shades of Persian Red #D6342C
Tints of Persian Red #D6342C
RGB
CMYK
RGB Variations
Color information
#D6342C (or 0xD6342C) is known color: Persian Red. HEX triplet: D6, 34 and 2C. RGB value is (214,52,44). Sum of RGB (Red+Green+Blue) = 214+52+44=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D6342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6342C is #29CBD3. Grayscale: #636363. Windows color (decimal): -2739156 or 2897110. OLE color: 2897110.
HSL color Cylindrical-coordinate representation of color #D6342C: hue angle of 2.82º 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 #D6342C is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 44 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.16 |
| HSL | 2.82º | 0.67% | 0.51% | - |
| HSV(B) | 2.82º | 0.79% | 0.84% | - |
| XYZ | 29.41 | 16.93 | 4.1 | - |
| YUV | 99.53 | 96.67 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 44 | 0 | 0.76 | 0.79 | 0.16 | 2.82 | 0.67 | 0.51 |
| Hex | D6 | 34 | 2C | 0 | 4C | 4F | 10 | 3 | 43 | 33 |
| Octal | 326 | 64 | 54 | 0 | 114 | 117 | 20 | 3 | 103 | 63 |
| Binary | 11010110 | 110100 | 101100 | 0 | 1001100 | 1001111 | 10000 | 11 | 1000011 | 110011 |
Color Harmonies of #D6342C
Complementary color
Monochromatic Colors of #D6342C
Black with #D6342C
Text Example
Text Example
White with #D6342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6342C; }
p { color: rgb(214,52,44); }
H1.HeaderClassName
{
color: #D6342C;
}
.AnyTagClassName
{
color: #D6342C;
}
</style>
background-color css
<style>
a { background-color: #D6342C; }
a { background-color: rgb(214,52,44); }
div.DivClassName
{
background-color: #D6342C;
}
.BgClassName
{
background-color: #D6342C;
}
</style>
border-color css
<style>
span { border-color: #D6342C; }
span { border-color: rgb(214,52,44); }
td.TdClassName
{
border-color: #D6342C;
}
.TagClassName
{
border-color: #D6342C;
}
</style>