Html Css Color HEX #D37042 Red Damask

📋 copy color: '#D37042'

red 211 ◦ green 112 ◦ blue 66

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

Shades of Red Damask #D37042

Tints of Red Damask #D37042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.97%

R = 54.24%
G = 28.79%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D37042 (or 0xD37042) is known color: Red Damask. HEX triplet: D3, 70 and 42. RGB value is (211,112,66). Sum of RGB (Red+Green+Blue) = 211+112+66=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D37042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37042 is #2C8FBD. Grayscale: #888888. Windows color (decimal): -2920382 or 4354259. OLE color: 4354259.

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

Color convert

RGB 211 112 66 -
CMYK 0 0.47 0.69 0.17
HSL 19.03º 0.62% 0.54% -
HSV(B) 19.03º 0.69% 0.83% -
XYZ 33.64 25.83 8.37 -
YUV 136.36 88.3 181.24 -
System Red Green Blue C M Y K H S L
Decimal 211 112 66 0 0.47 0.69 0.17 19.03 0.62 0.54
Hex D3 70 42 0 2F 45 11 13 3E 36
Octal 323 160 102 0 57 105 21 23 76 66
Binary 11010011 1110000 1000010 0 101111 1000101 10001 10011 111110 110110

Color Harmonies of #D37042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37042

Black with #D37042

Text Example


Text Example

White with #D37042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37042; }

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

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

background-color css

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

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

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

border-color css

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

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

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