Html Css Color HEX #D1511D Chocolate

📋 copy color: '#D1511D'

red 209 ◦ green 81 ◦ blue 29

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

Shades of Chocolate #D1511D

Tints of Chocolate #D1511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.39%

 BLUE value IS 29 (11.72% from 255) = 9.09%

R = 65.52%
G = 25.39%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1511D (or 0xD1511D) is known color: Chocolate. HEX triplet: D1, 51 and 1D. RGB value is (209,81,29). Sum of RGB (Red+Green+Blue) = 209+81+29=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1511D is #2EAEE2. Grayscale: #717171. Windows color (decimal): -3059427 or 1921489. OLE color: 1921489.

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

Color convert

RGB 209 81 29 -
CMYK 0 0.61 0.86 0.18
HSL 17.33º 0.76% 0.47% -
HSV(B) 17.33º 0.86% 0.82% -
XYZ 29.46 19.53 3.38 -
YUV 113.34 80.41 196.23 -
System Red Green Blue C M Y K H S L
Decimal 209 81 29 0 0.61 0.86 0.18 17.33 0.76 0.47
Hex D1 51 1D 0 3D 56 12 11 4C 2F
Octal 321 121 35 0 75 126 22 21 114 57
Binary 11010001 1010001 11101 0 111101 1010110 10010 10001 1001100 101111

Color Harmonies of #D1511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1511D

Black with #D1511D

Text Example


Text Example

White with #D1511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1511D; }

 p { color: rgb(209,81,29); }

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

background-color css

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

 a { background-color: rgb(209,81,29); }

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

border-color css

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

 span { border-color: rgb(209,81,29); }

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