Shades of Red Damask #D67248
Tints of Red Damask #D67248
RGB
CMYK
RGB Variations
Color information
#D67248 (or 0xD67248) is known color: Red Damask. HEX triplet: D6, 72 and 48. RGB value is (214,114,72). Sum of RGB (Red+Green+Blue) = 214+114+72=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D67248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67248 is #298DB7. Grayscale: #8B8B8B. Windows color (decimal): -2723256 or 4747990. OLE color: 4747990.
HSL color Cylindrical-coordinate representation of color #D67248: hue angle of 17.75º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D67248 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 72 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.16 |
| HSL | 17.75º | 0.63% | 0.56% | - |
| HSV(B) | 17.75º | 0.66% | 0.84% | - |
| XYZ | 34.92 | 26.8 | 9.46 | - |
| YUV | 139.11 | 90.13 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 72 | 0 | 0.47 | 0.66 | 0.16 | 17.75 | 0.63 | 0.56 |
| Hex | D6 | 72 | 48 | 0 | 2F | 42 | 10 | 12 | 3F | 38 |
| Octal | 326 | 162 | 110 | 0 | 57 | 102 | 20 | 22 | 77 | 70 |
| Binary | 11010110 | 1110010 | 1001000 | 0 | 101111 | 1000010 | 10000 | 10010 | 111111 | 111000 |
Color Harmonies of #D67248
Complementary color
Monochromatic Colors of #D67248
Black with #D67248
Text Example
Text Example
White with #D67248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67248; }
p { color: rgb(214,114,72); }
H1.HeaderClassName
{
color: #D67248;
}
.AnyTagClassName
{
color: #D67248;
}
</style>
background-color css
<style>
a { background-color: #D67248; }
a { background-color: rgb(214,114,72); }
div.DivClassName
{
background-color: #D67248;
}
.BgClassName
{
background-color: #D67248;
}
</style>
border-color css
<style>
span { border-color: #D67248; }
span { border-color: rgb(214,114,72); }
td.TdClassName
{
border-color: #D67248;
}
.TagClassName
{
border-color: #D67248;
}
</style>