Html Css Color HEX #D7571A Chocolate

📋 copy color: '#D7571A'

red 215 ◦ green 87 ◦ blue 26

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

Shades of Chocolate #D7571A

Tints of Chocolate #D7571A

RGB

 RED value IS 215 (84.38% from 255) = 65.55%

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

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

R = 65.55%
G = 26.52%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7571A (or 0xD7571A) is known color: Chocolate. HEX triplet: D7, 57 and 1A. RGB value is (215,87,26). Sum of RGB (Red+Green+Blue) = 215+87+26=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D7571A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7571A is #28A8E5. Grayscale: #767676. Windows color (decimal): -2664678 or 1726423. OLE color: 1726423.

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

Color convert

RGB 215 87 26 -
CMYK 0 0.60 0.88 0.16
HSL 19.37º 0.78% 0.47% -
HSV(B) 19.37º 0.88% 0.84% -
XYZ 31.62 21.34 3.43 -
YUV 118.32 75.91 196.96 -
System Red Green Blue C M Y K H S L
Decimal 215 87 26 0 0.60 0.88 0.16 19.37 0.78 0.47
Hex D7 57 1A 0 3C 58 10 13 4E 2F
Octal 327 127 32 0 74 130 20 23 116 57
Binary 11010111 1010111 11010 0 111100 1011000 10000 10011 1001110 101111

Color Harmonies of #D7571A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7571A

Black with #D7571A

Text Example


Text Example

White with #D7571A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7571A; }

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

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

background-color css

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

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

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

border-color css

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

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

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