Html Css Color HEX #D1541F Chocolate

📋 copy color: '#D1541F'

red 209 ◦ green 84 ◦ blue 31

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

Shades of Chocolate #D1541F

Tints of Chocolate #D1541F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.93%

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

R = 64.51%
G = 25.93%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1541F (or 0xD1541F) is known color: Chocolate. HEX triplet: D1, 54 and 1F. RGB value is (209,84,31). Sum of RGB (Red+Green+Blue) = 209+84+31=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D1541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1541F is #2EABE0. Grayscale: #737373. Windows color (decimal): -3058657 or 2053329. OLE color: 2053329.

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

Color convert

RGB 209 84 31 -
CMYK 0 0.60 0.85 0.18
HSL 17.87º 0.74% 0.47% -
HSV(B) 17.87º 0.85% 0.82% -
XYZ 29.71 19.99 3.59 -
YUV 115.33 80.41 194.81 -
System Red Green Blue C M Y K H S L
Decimal 209 84 31 0 0.60 0.85 0.18 17.87 0.74 0.47
Hex D1 54 1F 0 3C 55 12 12 4A 2F
Octal 321 124 37 0 74 125 22 22 112 57
Binary 11010001 1010100 11111 0 111100 1010101 10010 10010 1001010 101111

Color Harmonies of #D1541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1541F

Black with #D1541F

Text Example


Text Example

White with #D1541F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1541F; }

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

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

background-color css

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

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

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

border-color css

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

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

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