Html Css Color HEX #D1541C Chocolate

📋 copy color: '#D1541C'

red 209 ◦ green 84 ◦ blue 28

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

Shades of Chocolate #D1541C

Tints of Chocolate #D1541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.72%

R = 65.11%
G = 26.17%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1541C (or 0xD1541C) is known color: Chocolate. HEX triplet: D1, 54 and 1C. RGB value is (209,84,28). Sum of RGB (Red+Green+Blue) = 209+84+28=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1541C is #2EABE3. Grayscale: #737373. Windows color (decimal): -3058660 or 1856721. OLE color: 1856721.

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

Color convert

RGB 209 84 28 -
CMYK 0 0.60 0.87 0.18
HSL 18.56º 0.76% 0.46% -
HSV(B) 18.56º 0.87% 0.82% -
XYZ 29.67 19.98 3.39 -
YUV 114.99 78.91 195.05 -
System Red Green Blue C M Y K H S L
Decimal 209 84 28 0 0.60 0.87 0.18 18.56 0.76 0.46
Hex D1 54 1C 0 3C 57 12 13 4C 2E
Octal 321 124 34 0 74 127 22 23 114 56
Binary 11010001 1010100 11100 0 111100 1010111 10010 10011 1001100 101110

Color Harmonies of #D1541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1541C

Black with #D1541C

Text Example


Text Example

White with #D1541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1541C; }

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

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

background-color css

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

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

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

border-color css

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

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

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