Html Css Color HEX #D55D1C Chocolate

📋 copy color: '#D55D1C'

red 213 ◦ green 93 ◦ blue 28

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

Shades of Chocolate #D55D1C

Tints of Chocolate #D55D1C

RGB

 RED value IS 213 (83.59% from 255) = 63.77%

 GREEN value IS 93 (36.72% from 255) = 27.84%

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

R = 63.77%
G = 27.84%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D55D1C (or 0xD55D1C) is known color: Chocolate. HEX triplet: D5, 5D and 1C. RGB value is (213,93,28). Sum of RGB (Red+Green+Blue) = 213+93+28=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55D1C is #2AA2E3. Grayscale: #797979. Windows color (decimal): -2794212 or 1859029. OLE color: 1859029.

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

Color convert

RGB 213 93 28 -
CMYK 0 0.56 0.87 0.16
HSL 21.08º 0.77% 0.47% -
HSV(B) 21.08º 0.87% 0.84% -
XYZ 31.56 22.06 3.69 -
YUV 121.47 75.26 193.29 -
System Red Green Blue C M Y K H S L
Decimal 213 93 28 0 0.56 0.87 0.16 21.08 0.77 0.47
Hex D5 5D 1C 0 38 57 10 15 4D 2F
Octal 325 135 34 0 70 127 20 25 115 57
Binary 11010101 1011101 11100 0 111000 1010111 10000 10101 1001101 101111

Color Harmonies of #D55D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D1C

Black with #D55D1C

Text Example


Text Example

White with #D55D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D1C; }

 p { color: rgb(213,93,28); }

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

background-color css

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

 a { background-color: rgb(213,93,28); }

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

border-color css

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

 span { border-color: rgb(213,93,28); }

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