Html Css Color HEX #D35A1C Chocolate

📋 copy color: '#D35A1C'

red 211 ◦ green 90 ◦ blue 28

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

Shades of Chocolate #D35A1C

Tints of Chocolate #D35A1C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.36%

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

R = 64.13%
G = 27.36%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D35A1C (or 0xD35A1C) is known color: Chocolate. HEX triplet: D3, 5A and 1C. RGB value is (211,90,28). Sum of RGB (Red+Green+Blue) = 211+90+28=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D35A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35A1C is #2CA5E3. Grayscale: #777777. Windows color (decimal): -2926052 or 1858259. OLE color: 1858259.

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

Color convert

RGB 211 90 28 -
CMYK 0 0.57 0.87 0.17
HSL 20.33º 0.77% 0.47% -
HSV(B) 20.33º 0.87% 0.83% -
XYZ 30.73 21.25 3.58 -
YUV 119.11 76.59 193.54 -
System Red Green Blue C M Y K H S L
Decimal 211 90 28 0 0.57 0.87 0.17 20.33 0.77 0.47
Hex D3 5A 1C 0 39 57 11 14 4D 2F
Octal 323 132 34 0 71 127 21 24 115 57
Binary 11010011 1011010 11100 0 111001 1010111 10001 10100 1001101 101111

Color Harmonies of #D35A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35A1C

Black with #D35A1C

Text Example


Text Example

White with #D35A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35A1C; }

 p { color: rgb(211,90,28); }

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

background-color css

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

 a { background-color: rgb(211,90,28); }

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

border-color css

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

 span { border-color: rgb(211,90,28); }

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