Html Css Color HEX #D37150 Red Damask

📋 copy color: '#D37150'

red 211 ◦ green 113 ◦ blue 80

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

Shades of Red Damask #D37150

Tints of Red Damask #D37150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.8%

R = 52.23%
G = 27.97%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D37150 (or 0xD37150) is known color: Red Damask. HEX triplet: D3, 71 and 50. RGB value is (211,113,80). Sum of RGB (Red+Green+Blue) = 211+113+80=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D37150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37150 is #2C8EAF. Grayscale: #8A8A8A. Windows color (decimal): -2920112 or 5272019. OLE color: 5272019.

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

Color convert

RGB 211 113 80 -
CMYK 0 0.46 0.62 0.17
HSL 15.11º 0.6% 0.57% -
HSV(B) 15.11º 0.62% 0.83% -
XYZ 34.22 26.24 10.85 -
YUV 138.54 94.97 179.68 -
System Red Green Blue C M Y K H S L
Decimal 211 113 80 0 0.46 0.62 0.17 15.11 0.6 0.57
Hex D3 71 50 0 2E 3E 11 F 3C 39
Octal 323 161 120 0 56 76 21 17 74 71
Binary 11010011 1110001 1010000 0 101110 111110 10001 1111 111100 111001

Color Harmonies of #D37150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37150

Black with #D37150

Text Example


Text Example

White with #D37150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37150; }

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

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

background-color css

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

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

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

border-color css

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

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

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