Html Css Color HEX #D5571C Chocolate

📋 copy color: '#D5571C'

red 213 ◦ green 87 ◦ blue 28

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

Shades of Chocolate #D5571C

Tints of Chocolate #D5571C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.52%

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

R = 64.94%
G = 26.52%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5571C (or 0xD5571C) is known color: Chocolate. HEX triplet: D5, 57 and 1C. RGB value is (213,87,28). Sum of RGB (Red+Green+Blue) = 213+87+28=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5571C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5571C is #2AA8E3. Grayscale: #767676. Windows color (decimal): -2795748 or 1857493. OLE color: 1857493.

HSL color Cylindrical-coordinate representation of color #D5571C: hue angle of 19.14º 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 #D5571C is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 87 28 -
CMYK 0 0.59 0.87 0.16
HSL 19.14º 0.77% 0.47% -
HSV(B) 19.14º 0.87% 0.84% -
XYZ 31.06 21.05 3.52 -
YUV 117.95 77.24 195.8 -
System Red Green Blue C M Y K H S L
Decimal 213 87 28 0 0.59 0.87 0.16 19.14 0.77 0.47
Hex D5 57 1C 0 3B 57 10 13 4D 2F
Octal 325 127 34 0 73 127 20 23 115 57
Binary 11010101 1010111 11100 0 111011 1010111 10000 10011 1001101 101111

Color Harmonies of #D5571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5571C

Black with #D5571C

Text Example


Text Example

White with #D5571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5571C; }

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

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

background-color css

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

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

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

border-color css

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

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

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