Shades of Red Damask #D2674A
Tints of Red Damask #D2674A
RGB
CMYK
RGB Variations
Color information
#D2674A (or 0xD2674A) is known color: Red Damask. HEX triplet: D2, 67 and 4A. RGB value is (210,103,74). Sum of RGB (Red+Green+Blue) = 210+103+74=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2674A is #2D98B5. Grayscale: #838383. Windows color (decimal): -2988214 or 4876242. OLE color: 4876242.
HSL color Cylindrical-coordinate representation of color #D2674A: hue angle of 12.79º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2674A is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 74 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.18 |
| HSL | 12.79º | 0.6% | 0.56% | - |
| HSV(B) | 12.79º | 0.65% | 0.82% | - |
| XYZ | 32.66 | 23.9 | 9.37 | - |
| YUV | 131.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 74 | 0 | 0.51 | 0.65 | 0.18 | 12.79 | 0.6 | 0.56 |
| Hex | D2 | 67 | 4A | 0 | 33 | 41 | 12 | D | 3C | 38 |
| Octal | 322 | 147 | 112 | 0 | 63 | 101 | 22 | 15 | 74 | 70 |
| Binary | 11010010 | 1100111 | 1001010 | 0 | 110011 | 1000001 | 10010 | 1101 | 111100 | 111000 |
Color Harmonies of #D2674A
Complementary color
Monochromatic Colors of #D2674A
Black with #D2674A
Text Example
Text Example
White with #D2674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2674A; }
p { color: rgb(210,103,74); }
H1.HeaderClassName
{
color: #D2674A;
}
.AnyTagClassName
{
color: #D2674A;
}
</style>
background-color css
<style>
a { background-color: #D2674A; }
a { background-color: rgb(210,103,74); }
div.DivClassName
{
background-color: #D2674A;
}
.BgClassName
{
background-color: #D2674A;
}
</style>
border-color css
<style>
span { border-color: #D2674A; }
span { border-color: rgb(210,103,74); }
td.TdClassName
{
border-color: #D2674A;
}
.TagClassName
{
border-color: #D2674A;
}
</style>