Html Css Color HEX #D2571B Chocolate

📋 copy color: '#D2571B'

red 210 ◦ green 87 ◦ blue 27

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

Shades of Chocolate #D2571B

Tints of Chocolate #D2571B

RGB

 RED value IS 210 (82.42% from 255) = 64.81%

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

 BLUE value IS 27 (10.94% from 255) = 8.33%

R = 64.81%
G = 26.85%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2571B (or 0xD2571B) is known color: Chocolate. HEX triplet: D2, 57 and 1B. RGB value is (210,87,27). Sum of RGB (Red+Green+Blue) = 210+87+27=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D2571B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2571B is #2DA8E4. Grayscale: #757575. Windows color (decimal): -2992357 or 1791954. OLE color: 1791954.

HSL color Cylindrical-coordinate representation of color #D2571B: hue angle of 19.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2571B is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 87 27 -
CMYK 0 0.59 0.87 0.18
HSL 19.67º 0.77% 0.46% -
HSV(B) 19.67º 0.87% 0.82% -
XYZ 30.18 20.6 3.42 -
YUV 116.94 77.25 194.38 -
System Red Green Blue C M Y K H S L
Decimal 210 87 27 0 0.59 0.87 0.18 19.67 0.77 0.46
Hex D2 57 1B 0 3B 57 12 14 4D 2E
Octal 322 127 33 0 73 127 22 24 115 56
Binary 11010010 1010111 11011 0 111011 1010111 10010 10100 1001101 101110

Color Harmonies of #D2571B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2571B

Black with #D2571B

Text Example


Text Example

White with #D2571B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2571B; }

 p { color: rgb(210,87,27); }

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

background-color css

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

 a { background-color: rgb(210,87,27); }

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

border-color css

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

 span { border-color: rgb(210,87,27); }

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