Html Css Color HEX #D37142 Red Damask

📋 copy color: '#D37142'

red 211 ◦ green 113 ◦ blue 66

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

Shades of Red Damask #D37142

Tints of Red Damask #D37142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.97%

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

R = 54.1%
G = 28.97%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D37142 (or 0xD37142) is known color: Red Damask. HEX triplet: D3, 71 and 42. RGB value is (211,113,66). Sum of RGB (Red+Green+Blue) = 211+113+66=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D37142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37142 is #2C8EBD. Grayscale: #898989. Windows color (decimal): -2920126 or 4354515. OLE color: 4354515.

HSL color Cylindrical-coordinate representation of color #D37142: hue angle of 19.45º 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 #D37142 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 113 66 -
CMYK 0 0.46 0.69 0.17
HSL 19.45º 0.62% 0.54% -
HSV(B) 19.45º 0.69% 0.83% -
XYZ 33.75 26.05 8.4 -
YUV 136.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 211 113 66 0 0.46 0.69 0.17 19.45 0.62 0.54
Hex D3 71 42 0 2E 45 11 13 3E 36
Octal 323 161 102 0 56 105 21 23 76 66
Binary 11010011 1110001 1000010 0 101110 1000101 10001 10011 111110 110110

Color Harmonies of #D37142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37142

Black with #D37142

Text Example


Text Example

White with #D37142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37142; }

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

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

background-color css

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

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

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

border-color css

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

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

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