Html Css Color HEX #D16E3E Zest

📋 copy color: '#D16E3E'

red 209 ◦ green 110 ◦ blue 62

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

Shades of Zest #D16E3E

Tints of Zest #D16E3E

RGB

 RED value IS 209 (82.03% from 255) = 54.86%

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

 BLUE value IS 62 (24.61% from 255) = 16.27%

R = 54.86%
G = 28.87%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D16E3E (or 0xD16E3E) is known color: Zest. HEX triplet: D1, 6E and 3E. RGB value is (209,110,62). Sum of RGB (Red+Green+Blue) = 209+110+62=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16E3E is #2E91C1. Grayscale: #868686. Windows color (decimal): -3051970 or 4091601. OLE color: 4091601.

HSL color Cylindrical-coordinate representation of color #D16E3E: hue angle of 19.59º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D16E3E is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 110 62 -
CMYK 0 0.47 0.70 0.18
HSL 19.59º 0.62% 0.53% -
HSV(B) 19.59º 0.7% 0.82% -
XYZ 32.74 25.05 7.67 -
YUV 134.13 87.3 181.4 -
System Red Green Blue C M Y K H S L
Decimal 209 110 62 0 0.47 0.70 0.18 19.59 0.62 0.53
Hex D1 6E 3E 0 2F 46 12 14 3E 35
Octal 321 156 76 0 57 106 22 24 76 65
Binary 11010001 1101110 111110 0 101111 1000110 10010 10100 111110 110101

Color Harmonies of #D16E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E3E

Black with #D16E3E

Text Example


Text Example

White with #D16E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E3E; }

 p { color: rgb(209,110,62); }

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

background-color css

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

 a { background-color: rgb(209,110,62); }

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

border-color css

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

 span { border-color: rgb(209,110,62); }

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