Html Css Color HEX #D66E4B Red Damask

📋 copy color: '#D66E4B'

red 214 ◦ green 110 ◦ blue 75

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

Shades of Red Damask #D66E4B

Tints of Red Damask #D66E4B

RGB

 RED value IS 214 (83.98% from 255) = 53.63%

 GREEN value IS 110 (43.36% from 255) = 27.57%

 BLUE value IS 75 (29.69% from 255) = 18.8%

R = 53.63%
G = 27.57%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D66E4B (or 0xD66E4B) is known color: Red Damask. HEX triplet: D6, 6E and 4B. RGB value is (214,110,75). Sum of RGB (Red+Green+Blue) = 214+110+75=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66E4B is #2991B4. Grayscale: #898989. Windows color (decimal): -2724277 or 4943574. OLE color: 4943574.

HSL color Cylindrical-coordinate representation of color #D66E4B: hue angle of 15.11º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D66E4B is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 110 75 -
CMYK 0 0.49 0.65 0.16
HSL 15.11º 0.63% 0.57% -
HSV(B) 15.11º 0.65% 0.84% -
XYZ 34.58 25.96 9.84 -
YUV 137.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 214 110 75 0 0.49 0.65 0.16 15.11 0.63 0.57
Hex D6 6E 4B 0 31 41 10 F 3F 39
Octal 326 156 113 0 61 101 20 17 77 71
Binary 11010110 1101110 1001011 0 110001 1000001 10000 1111 111111 111001

Color Harmonies of #D66E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E4B

Black with #D66E4B

Text Example


Text Example

White with #D66E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E4B; }

 p { color: rgb(214,110,75); }

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

background-color css

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

 a { background-color: rgb(214,110,75); }

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

border-color css

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

 span { border-color: rgb(214,110,75); }

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