Html Css Color HEX #D3541D Chocolate

📋 copy color: '#D3541D'

red 211 ◦ green 84 ◦ blue 29

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

Shades of Chocolate #D3541D

Tints of Chocolate #D3541D

RGB

 RED value IS 211 (82.81% from 255) = 65.12%

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

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

R = 65.12%
G = 25.93%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3541D (or 0xD3541D) is known color: Chocolate. HEX triplet: D3, 54 and 1D. RGB value is (211,84,29). Sum of RGB (Red+Green+Blue) = 211+84+29=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D3541D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3541D is #2CABE2. Grayscale: #747474. Windows color (decimal): -2927587 or 1922259. OLE color: 1922259.

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

Color convert

RGB 211 84 29 -
CMYK 0 0.60 0.86 0.17
HSL 18.13º 0.76% 0.47% -
HSV(B) 18.13º 0.86% 0.83% -
XYZ 30.26 20.28 3.48 -
YUV 115.7 79.08 195.97 -
System Red Green Blue C M Y K H S L
Decimal 211 84 29 0 0.60 0.86 0.17 18.13 0.76 0.47
Hex D3 54 1D 0 3C 56 11 12 4C 2F
Octal 323 124 35 0 74 126 21 22 114 57
Binary 11010011 1010100 11101 0 111100 1010110 10001 10010 1001100 101111

Color Harmonies of #D3541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3541D

Black with #D3541D

Text Example


Text Example

White with #D3541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3541D; }

 p { color: rgb(211,84,29); }

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

background-color css

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

 a { background-color: rgb(211,84,29); }

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

border-color css

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

 span { border-color: rgb(211,84,29); }

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