Html Css Color HEX #D37550 Red Damask

📋 copy color: '#D37550'

red 211 ◦ green 117 ◦ blue 80

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

Shades of Red Damask #D37550

Tints of Red Damask #D37550

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.68%

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

R = 51.72%
G = 28.68%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D37550 (or 0xD37550) is known color: Red Damask. HEX triplet: D3, 75 and 50. RGB value is (211,117,80). Sum of RGB (Red+Green+Blue) = 211+117+80=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D37550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37550 is #2C8AAF. Grayscale: #8D8D8D. Windows color (decimal): -2919088 or 5273043. OLE color: 5273043.

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

Color convert

RGB 211 117 80 -
CMYK 0 0.45 0.62 0.17
HSL 16.95º 0.6% 0.57% -
HSV(B) 16.95º 0.62% 0.83% -
XYZ 34.67 27.15 11 -
YUV 140.89 93.64 178.01 -
System Red Green Blue C M Y K H S L
Decimal 211 117 80 0 0.45 0.62 0.17 16.95 0.6 0.57
Hex D3 75 50 0 2D 3E 11 11 3C 39
Octal 323 165 120 0 55 76 21 21 74 71
Binary 11010011 1110101 1010000 0 101101 111110 10001 10001 111100 111001

Color Harmonies of #D37550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37550

Black with #D37550

Text Example


Text Example

White with #D37550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37550; }

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

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

background-color css

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

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

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

border-color css

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

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

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