Html Css Color HEX #D37250 Red Damask

📋 copy color: '#D37250'

red 211 ◦ green 114 ◦ blue 80

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

Shades of Red Damask #D37250

Tints of Red Damask #D37250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

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

R = 52.1%
G = 28.15%
B = 19.75%

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

#D37250 (or 0xD37250) is known color: Red Damask. HEX triplet: D3, 72 and 50. RGB value is (211,114,80). Sum of RGB (Red+Green+Blue) = 211+114+80=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D37250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37250 is #2C8DAF. Grayscale: #8B8B8B. Windows color (decimal): -2919856 or 5272275. OLE color: 5272275.

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

Color convert

RGB 211 114 80 -
CMYK 0 0.46 0.62 0.17
HSL 15.57º 0.6% 0.57% -
HSV(B) 15.57º 0.62% 0.83% -
XYZ 34.33 26.46 10.89 -
YUV 139.13 94.64 179.26 -
System Red Green Blue C M Y K H S L
Decimal 211 114 80 0 0.46 0.62 0.17 15.57 0.6 0.57
Hex D3 72 50 0 2E 3E 11 10 3C 39
Octal 323 162 120 0 56 76 21 20 74 71
Binary 11010011 1110010 1010000 0 101110 111110 10001 10000 111100 111001

Color Harmonies of #D37250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37250

Black with #D37250

Text Example


Text Example

White with #D37250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37250; }

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

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

background-color css

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

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

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

border-color css

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

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

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