Html Css Color HEX #D2571A Chocolate

📋 copy color: '#D2571A'

red 210 ◦ green 87 ◦ blue 26

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

Shades of Chocolate #D2571A

Tints of Chocolate #D2571A

RGB

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

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

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

R = 65.02%
G = 26.93%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2571A (or 0xD2571A) is known color: Chocolate. HEX triplet: D2, 57 and 1A. RGB value is (210,87,26). Sum of RGB (Red+Green+Blue) = 210+87+26=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D2571A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2571A is #2DA8E5. Grayscale: #757575. Windows color (decimal): -2992358 or 1726418. OLE color: 1726418.

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

Color convert

RGB 210 87 26 -
CMYK 0 0.59 0.88 0.18
HSL 19.89º 0.78% 0.46% -
HSV(B) 19.89º 0.88% 0.82% -
XYZ 30.17 20.59 3.36 -
YUV 116.82 76.75 194.46 -
System Red Green Blue C M Y K H S L
Decimal 210 87 26 0 0.59 0.88 0.18 19.89 0.78 0.46
Hex D2 57 1A 0 3B 58 12 14 4E 2E
Octal 322 127 32 0 73 130 22 24 116 56
Binary 11010010 1010111 11010 0 111011 1011000 10010 10100 1001110 101110

Color Harmonies of #D2571A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2571A

Black with #D2571A

Text Example


Text Example

White with #D2571A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2571A; }

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

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

background-color css

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

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

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

border-color css

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

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

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