Shades of Red Damask #D27043
Tints of Red Damask #D27043
RGB
CMYK
RGB Variations
Color information
#D27043 (or 0xD27043) is known color: Red Damask. HEX triplet: D2, 70 and 43. RGB value is (210,112,67). Sum of RGB (Red+Green+Blue) = 210+112+67=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D27043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27043 is #2D8FBC. Grayscale: #888888. Windows color (decimal): -2985917 or 4419794. OLE color: 4419794.
HSL color Cylindrical-coordinate representation of color #D27043: hue angle of 18.88º 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 #D27043 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 67 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.18 |
| HSL | 18.88º | 0.61% | 0.54% | - |
| HSV(B) | 18.88º | 0.68% | 0.82% | - |
| XYZ | 33.39 | 25.7 | 8.51 | - |
| YUV | 136.17 | 88.97 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 67 | 0 | 0.47 | 0.68 | 0.18 | 18.88 | 0.61 | 0.54 |
| Hex | D2 | 70 | 43 | 0 | 2F | 44 | 12 | 13 | 3D | 36 |
| Octal | 322 | 160 | 103 | 0 | 57 | 104 | 22 | 23 | 75 | 66 |
| Binary | 11010010 | 1110000 | 1000011 | 0 | 101111 | 1000100 | 10010 | 10011 | 111101 | 110110 |
Color Harmonies of #D27043
Complementary color
Monochromatic Colors of #D27043
Black with #D27043
Text Example
Text Example
White with #D27043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27043; }
p { color: rgb(210,112,67); }
H1.HeaderClassName
{
color: #D27043;
}
.AnyTagClassName
{
color: #D27043;
}
</style>
background-color css
<style>
a { background-color: #D27043; }
a { background-color: rgb(210,112,67); }
div.DivClassName
{
background-color: #D27043;
}
.BgClassName
{
background-color: #D27043;
}
</style>
border-color css
<style>
span { border-color: #D27043; }
span { border-color: rgb(210,112,67); }
td.TdClassName
{
border-color: #D27043;
}
.TagClassName
{
border-color: #D27043;
}
</style>