Html Css Color HEX #D1571E Chocolate

📋 copy color: '#D1571E'

red 209 ◦ green 87 ◦ blue 30

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

Shades of Chocolate #D1571E

Tints of Chocolate #D1571E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.69%

 BLUE value IS 30 (12.11% from 255) = 9.2%

R = 64.11%
G = 26.69%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1571E (or 0xD1571E) is known color: Chocolate. HEX triplet: D1, 57 and 1E. RGB value is (209,87,30). Sum of RGB (Red+Green+Blue) = 209+87+30=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D1571E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1571E is #2EA8E1. Grayscale: #757575. Windows color (decimal): -3057890 or 1988561. OLE color: 1988561.

HSL color Cylindrical-coordinate representation of color #D1571E: hue angle of 19.11º degrees, saturation: 0.75, 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 #D1571E is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 87 30 -
CMYK 0 0.58 0.86 0.18
HSL 19.11º 0.75% 0.47% -
HSV(B) 19.11º 0.86% 0.82% -
XYZ 29.94 20.47 3.6 -
YUV 116.98 78.92 193.63 -
System Red Green Blue C M Y K H S L
Decimal 209 87 30 0 0.58 0.86 0.18 19.11 0.75 0.47
Hex D1 57 1E 0 3A 56 12 13 4B 2F
Octal 321 127 36 0 72 126 22 23 113 57
Binary 11010001 1010111 11110 0 111010 1010110 10010 10011 1001011 101111

Color Harmonies of #D1571E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1571E

Black with #D1571E

Text Example


Text Example

White with #D1571E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1571E; }

 p { color: rgb(209,87,30); }

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

background-color css

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

 a { background-color: rgb(209,87,30); }

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

border-color css

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

 span { border-color: rgb(209,87,30); }

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