Shades of Red Damask #D27343
Tints of Red Damask #D27343
RGB
CMYK
RGB Variations
Color information
#D27343 (or 0xD27343) is known color: Red Damask. HEX triplet: D2, 73 and 43. RGB value is (210,115,67). Sum of RGB (Red+Green+Blue) = 210+115+67=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D27343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27343 is #2D8CBC. Grayscale: #8A8A8A. Windows color (decimal): -2985149 or 4420562. OLE color: 4420562.
HSL color Cylindrical-coordinate representation of color #D27343: hue angle of 20.14º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D27343 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 67 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.18 |
| HSL | 20.14º | 0.61% | 0.54% | - |
| HSV(B) | 20.14º | 0.68% | 0.82% | - |
| XYZ | 33.72 | 26.37 | 8.62 | - |
| YUV | 137.93 | 87.97 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 67 | 0 | 0.45 | 0.68 | 0.18 | 20.14 | 0.61 | 0.54 |
| Hex | D2 | 73 | 43 | 0 | 2D | 44 | 12 | 14 | 3D | 36 |
| Octal | 322 | 163 | 103 | 0 | 55 | 104 | 22 | 24 | 75 | 66 |
| Binary | 11010010 | 1110011 | 1000011 | 0 | 101101 | 1000100 | 10010 | 10100 | 111101 | 110110 |
Color Harmonies of #D27343
Complementary color
Monochromatic Colors of #D27343
Black with #D27343
Text Example
Text Example
White with #D27343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27343; }
p { color: rgb(210,115,67); }
H1.HeaderClassName
{
color: #D27343;
}
.AnyTagClassName
{
color: #D27343;
}
</style>
background-color css
<style>
a { background-color: #D27343; }
a { background-color: rgb(210,115,67); }
div.DivClassName
{
background-color: #D27343;
}
.BgClassName
{
background-color: #D27343;
}
</style>
border-color css
<style>
span { border-color: #D27343; }
span { border-color: rgb(210,115,67); }
td.TdClassName
{
border-color: #D27343;
}
.TagClassName
{
border-color: #D27343;
}
</style>