Html Css Color HEX #D0611F Chocolate

📋 copy color: '#D0611F'

red 208 ◦ green 97 ◦ blue 31

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

Shades of Chocolate #D0611F

Tints of Chocolate #D0611F

RGB

 RED value IS 208 (81.64% from 255) = 61.9%

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

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

R = 61.9%
G = 28.87%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0611F (or 0xD0611F) is known color: Chocolate. HEX triplet: D0, 61 and 1F. RGB value is (208,97,31). Sum of RGB (Red+Green+Blue) = 208+97+31=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D0611F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0611F is #2F9EE0. Grayscale: #7B7B7B. Windows color (decimal): -3120865 or 2056656. OLE color: 2056656.

HSL color Cylindrical-coordinate representation of color #D0611F: hue angle of 22.37º 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 #D0611F is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 97 31 -
CMYK 0 0.53 0.85 0.18
HSL 22.37º 0.74% 0.47% -
HSV(B) 22.37º 0.85% 0.82% -
XYZ 30.53 22.06 3.94 -
YUV 122.67 76.27 188.87 -
System Red Green Blue C M Y K H S L
Decimal 208 97 31 0 0.53 0.85 0.18 22.37 0.74 0.47
Hex D0 61 1F 0 35 55 12 16 4A 2F
Octal 320 141 37 0 65 125 22 26 112 57
Binary 11010000 1100001 11111 0 110101 1010101 10010 10110 1001010 101111

Color Harmonies of #D0611F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0611F

Black with #D0611F

Text Example


Text Example

White with #D0611F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0611F; }

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

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

background-color css

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

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

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

border-color css

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

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

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