Html Css Color HEX #D1511A Chocolate

📋 copy color: '#D1511A'

red 209 ◦ green 81 ◦ blue 26

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

Shades of Chocolate #D1511A

Tints of Chocolate #D1511A

RGB

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

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

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

R = 66.14%
G = 25.63%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1511A (or 0xD1511A) is known color: Chocolate. HEX triplet: D1, 51 and 1A. RGB value is (209,81,26). Sum of RGB (Red+Green+Blue) = 209+81+26=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D1511A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1511A is #2EAEE5. Grayscale: #717171. Windows color (decimal): -3059430 or 1724881. OLE color: 1724881.

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

Color convert

RGB 209 81 26 -
CMYK 0 0.61 0.88 0.18
HSL 18.03º 0.78% 0.46% -
HSV(B) 18.03º 0.88% 0.82% -
XYZ 29.42 19.51 3.19 -
YUV 113 78.91 196.47 -
System Red Green Blue C M Y K H S L
Decimal 209 81 26 0 0.61 0.88 0.18 18.03 0.78 0.46
Hex D1 51 1A 0 3D 58 12 12 4E 2E
Octal 321 121 32 0 75 130 22 22 116 56
Binary 11010001 1010001 11010 0 111101 1011000 10010 10010 1001110 101110

Color Harmonies of #D1511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1511A

Black with #D1511A

Text Example


Text Example

White with #D1511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1511A; }

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

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

background-color css

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

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

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

border-color css

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

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

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