Html Css Color HEX #D37450 Red Damask

📋 copy color: '#D37450'

red 211 ◦ green 116 ◦ blue 80

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

Shades of Red Damask #D37450

Tints of Red Damask #D37450

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.5%

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

R = 51.84%
G = 28.5%
B = 19.66%

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

#D37450 (or 0xD37450) is known color: Red Damask. HEX triplet: D3, 74 and 50. RGB value is (211,116,80). Sum of RGB (Red+Green+Blue) = 211+116+80=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D37450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37450 is #2C8BAF. Grayscale: #8C8C8C. Windows color (decimal): -2919344 or 5272787. OLE color: 5272787.

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

Color convert

RGB 211 116 80 -
CMYK 0 0.45 0.62 0.17
HSL 16.49º 0.6% 0.57% -
HSV(B) 16.49º 0.62% 0.83% -
XYZ 34.56 26.92 10.96 -
YUV 140.3 93.97 178.43 -
System Red Green Blue C M Y K H S L
Decimal 211 116 80 0 0.45 0.62 0.17 16.49 0.6 0.57
Hex D3 74 50 0 2D 3E 11 10 3C 39
Octal 323 164 120 0 55 76 21 20 74 71
Binary 11010011 1110100 1010000 0 101101 111110 10001 10000 111100 111001

Color Harmonies of #D37450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37450

Black with #D37450

Text Example


Text Example

White with #D37450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37450; }

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

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

background-color css

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

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

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

border-color css

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

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

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