Html Css Color HEX #D37040 Red Damask

📋 copy color: '#D37040'

red 211 ◦ green 112 ◦ blue 64

#D37040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #D37040

Tints of Red Damask #D37040

RGB

 RED value IS 211 (82.81% from 255) = 54.52%

 GREEN value IS 112 (44.14% from 255) = 28.94%

 BLUE value IS 64 (25.39% from 255) = 16.54%

R = 54.52%
G = 28.94%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D37040 (or 0xD37040) is known color: Red Damask. HEX triplet: D3, 70 and 40. RGB value is (211,112,64). Sum of RGB (Red+Green+Blue) = 211+112+64=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D37040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37040 is #2C8FBF. Grayscale: #888888. Windows color (decimal): -2920384 or 4223187. OLE color: 4223187.

HSL color Cylindrical-coordinate representation of color #D37040: hue angle of 19.59º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D37040 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 112 64 -
CMYK 0 0.47 0.70 0.17
HSL 19.59º 0.63% 0.54% -
HSV(B) 19.59º 0.7% 0.83% -
XYZ 33.58 25.81 8.06 -
YUV 136.13 87.3 181.4 -
System Red Green Blue C M Y K H S L
Decimal 211 112 64 0 0.47 0.70 0.17 19.59 0.63 0.54
Hex D3 70 40 0 2F 46 11 14 3F 36
Octal 323 160 100 0 57 106 21 24 77 66
Binary 11010011 1110000 1000000 0 101111 1000110 10001 10100 111111 110110

Color Harmonies of #D37040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37040

Black with #D37040

Text Example


Text Example

White with #D37040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37040; }

 p { color: rgb(211,112,64); }

 H1.HeaderClassName
 {
   color: #D37040;
 }
 .AnyTagClassName
 {
   color: #D37040;
 }
</style>

background-color css

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

 a { background-color: rgb(211,112,64); }

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

border-color css

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

 span { border-color: rgb(211,112,64); }

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