Html Css Color HEX #D5571A Chocolate

📋 copy color: '#D5571A'

red 213 ◦ green 87 ◦ blue 26

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

Shades of Chocolate #D5571A

Tints of Chocolate #D5571A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.98%

R = 65.34%
G = 26.69%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5571A (or 0xD5571A) is known color: Chocolate. HEX triplet: D5, 57 and 1A. RGB value is (213,87,26). Sum of RGB (Red+Green+Blue) = 213+87+26=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D5571A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5571A is #2AA8E5. Grayscale: #767676. Windows color (decimal): -2795750 or 1726421. OLE color: 1726421.

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

Color convert

RGB 213 87 26 -
CMYK 0 0.59 0.88 0.16
HSL 19.57º 0.78% 0.47% -
HSV(B) 19.57º 0.88% 0.84% -
XYZ 31.04 21.04 3.4 -
YUV 117.72 76.24 195.96 -
System Red Green Blue C M Y K H S L
Decimal 213 87 26 0 0.59 0.88 0.16 19.57 0.78 0.47
Hex D5 57 1A 0 3B 58 10 14 4E 2F
Octal 325 127 32 0 73 130 20 24 116 57
Binary 11010101 1010111 11010 0 111011 1011000 10000 10100 1001110 101111

Color Harmonies of #D5571A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5571A

Black with #D5571A

Text Example


Text Example

White with #D5571A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5571A; }

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

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

background-color css

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

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

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

border-color css

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

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

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