Shades of Red Damask #D27145
Tints of Red Damask #D27145
RGB
CMYK
RGB Variations
Color information
#D27145 (or 0xD27145) is known color: Red Damask. HEX triplet: D2, 71 and 45. RGB value is (210,113,69). Sum of RGB (Red+Green+Blue) = 210+113+69=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 69 (27.34% from 255 or 17.60% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D27145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27145 is #2D8EBA. Grayscale: #898989. Windows color (decimal): -2985659 or 4551122. OLE color: 4551122.
HSL color Cylindrical-coordinate representation of color #D27145: hue angle of 18.72º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D27145 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 69 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.18 |
| HSL | 18.72º | 0.61% | 0.55% | - |
| HSV(B) | 18.72º | 0.67% | 0.82% | - |
| XYZ | 33.56 | 25.94 | 8.87 | - |
| YUV | 136.99 | 89.64 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 69 | 0 | 0.46 | 0.67 | 0.18 | 18.72 | 0.61 | 0.55 |
| Hex | D2 | 71 | 45 | 0 | 2E | 43 | 12 | 13 | 3D | 37 |
| Octal | 322 | 161 | 105 | 0 | 56 | 103 | 22 | 23 | 75 | 67 |
| Binary | 11010010 | 1110001 | 1000101 | 0 | 101110 | 1000011 | 10010 | 10011 | 111101 | 110111 |
Color Harmonies of #D27145
Complementary color
Monochromatic Colors of #D27145
Black with #D27145
Text Example
Text Example
White with #D27145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27145; }
p { color: rgb(210,113,69); }
H1.HeaderClassName
{
color: #D27145;
}
.AnyTagClassName
{
color: #D27145;
}
</style>
background-color css
<style>
a { background-color: #D27145; }
a { background-color: rgb(210,113,69); }
div.DivClassName
{
background-color: #D27145;
}
.BgClassName
{
background-color: #D27145;
}
</style>
border-color css
<style>
span { border-color: #D27145; }
span { border-color: rgb(210,113,69); }
td.TdClassName
{
border-color: #D27145;
}
.TagClassName
{
border-color: #D27145;
}
</style>