#D27241

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

Shades of Red Damask #D27241

Tints of Red Damask #D27241

Color information

#D27241 (or 0xD27241) is unknown color: approx Red Damask. HEX triplet: D2, 72 and 41. RGB value is (210,114,65). Sum of RGB (Red+Green+Blue) = 210+114+65=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D27241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27241 is #2D8DBE. Grayscale: #898989. Windows color (decimal): -2985407 or 4289234. OLE color: 4289234.

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

Color convert

RGB21011465-
CMYK00.460.690.18
HSL20.28º61.7%53.92%-
HSV(B)20.28º69.05%82.35%-
XYZ33.5526.128.27-
YUV137.1287.3179.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.98%
GREEN value IS 114 (44.92% from 255) = 29.31%
BLUE value IS 65 (25.78% from 255) = 16.71%
R=53.98%
G=29.31%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101146500.460.690.1820.2861.753.92
HexD2724102E4512143e36
Octal32216210105610522247666
Binary1101001011100101000001010111010001011001010100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27241; }

 p { color: rgb(210,114,65); }

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

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

 a { background-color: rgb(210,114,65); }

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

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

 span { border-color: rgb(210,114,65); }

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