Html Css Color HEX #D1611A Chocolate

📋 copy color: '#D1611A'

red 209 ◦ green 97 ◦ blue 26

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

Shades of Chocolate #D1611A

Tints of Chocolate #D1611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.22%

 BLUE value IS 26 (10.55% from 255) = 7.83%

R = 62.95%
G = 29.22%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1611A (or 0xD1611A) is known color: Chocolate. HEX triplet: D1, 61 and 1A. RGB value is (209,97,26). Sum of RGB (Red+Green+Blue) = 209+97+26=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D1611A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1611A is #2E9EE5. Grayscale: #7A7A7A. Windows color (decimal): -3055334 or 1728977. OLE color: 1728977.

HSL color Cylindrical-coordinate representation of color #D1611A: hue angle of 23.28º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1611A is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 97 26 -
CMYK 0 0.54 0.88 0.18
HSL 23.28º 0.78% 0.46% -
HSV(B) 23.28º 0.88% 0.82% -
XYZ 30.76 22.18 3.64 -
YUV 122.39 73.61 189.77 -
System Red Green Blue C M Y K H S L
Decimal 209 97 26 0 0.54 0.88 0.18 23.28 0.78 0.46
Hex D1 61 1A 0 36 58 12 17 4E 2E
Octal 321 141 32 0 66 130 22 27 116 56
Binary 11010001 1100001 11010 0 110110 1011000 10010 10111 1001110 101110

Color Harmonies of #D1611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1611A

Black with #D1611A

Text Example


Text Example

White with #D1611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1611A; }

 p { color: rgb(209,97,26); }

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

background-color css

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

 a { background-color: rgb(209,97,26); }

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

border-color css

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

 span { border-color: rgb(209,97,26); }

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