Html Css Color HEX #D1611F Chocolate

📋 copy color: '#D1611F'

red 209 ◦ green 97 ◦ blue 31

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

Shades of Chocolate #D1611F

Tints of Chocolate #D1611F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.2%

R = 62.02%
G = 28.78%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1611F (or 0xD1611F) is known color: Chocolate. HEX triplet: D1, 61 and 1F. RGB value is (209,97,31). Sum of RGB (Red+Green+Blue) = 209+97+31=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1611F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1611F is #2E9EE0. Grayscale: #7B7B7B. Windows color (decimal): -3055329 or 2056657. OLE color: 2056657.

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

Color convert

RGB 209 97 31 -
CMYK 0 0.54 0.85 0.18
HSL 22.25º 0.74% 0.47% -
HSV(B) 22.25º 0.85% 0.82% -
XYZ 30.82 22.2 3.96 -
YUV 122.96 76.11 189.37 -
System Red Green Blue C M Y K H S L
Decimal 209 97 31 0 0.54 0.85 0.18 22.25 0.74 0.47
Hex D1 61 1F 0 36 55 12 16 4A 2F
Octal 321 141 37 0 66 125 22 26 112 57
Binary 11010001 1100001 11111 0 110110 1010101 10010 10110 1001010 101111

Color Harmonies of #D1611F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1611F

Black with #D1611F

Text Example


Text Example

White with #D1611F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1611F; }

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

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

background-color css

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

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

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

border-color css

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

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

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