#D27148

Color #D27148 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #D27148

Tints of Red Damask #D27148

Color information

#D27148 (or 0xD27148) is unknown color: approx Red Damask. HEX triplet: D2, 71 and 48. RGB value is (210,113,72). Sum of RGB (Red+Green+Blue) = 210+113+72=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D27148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27148 is #2D8EB7. Grayscale: #898989. Windows color (decimal): -2985656 or 4747730. OLE color: 4747730.

HSL color Cylindrical-coordinate representation of color #D27148: hue angle of 17.83º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D27148 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB21011372-
CMYK00.460.660.18
HSL17.83º60.53%55.29%-
HSV(B)17.83º65.71%82.35%-
XYZ33.6525.989.37-
YUV137.3391.14179.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 53.16%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 72 (28.52% from 255) = 18.23%
R=53.16%
G=28.61%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101137200.460.660.1817.8360.5355.29
HexD2714802E4212123d37
Octal32216111005610222227567
Binary1101001011100011001000010111010000101001010010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27148; }

 p { color: rgb(210,113,72); }

 H1.HeaderClassName
 {
   color: #D27148;
 }
 .AnyTagClassName
 {
   color: #D27148;
 }
</style>
background-color css

<style>
 a { background-color: #D27148; }

 a { background-color: rgb(210,113,72); }

 div.DivClassName
 {
   background-color: #D27148;
 }
 .BgClassName
 {
   background-color: #D27148;
 }
</style>
border-color css

<style>
 span { border-color: #D27148; }

 span { border-color: rgb(210,113,72); }

 td.TdClassName
 {
   border-color: #D27148;
 }
 .TagClassName
 {
   border-color: #D27148;
 }
</style>