Html Css Color HEX #D2521C Chocolate

📋 copy color: '#D2521C'

red 210 ◦ green 82 ◦ blue 28

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

Shades of Chocolate #D2521C

Tints of Chocolate #D2521C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.63%

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

R = 65.63%
G = 25.63%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2521C (or 0xD2521C) is known color: Chocolate. HEX triplet: D2, 52 and 1C. RGB value is (210,82,28). Sum of RGB (Red+Green+Blue) = 210+82+28=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D2521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2521C is #2DADE3. Grayscale: #727272. Windows color (decimal): -2993636 or 1856210. OLE color: 1856210.

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

Color convert

RGB 210 82 28 -
CMYK 0 0.61 0.87 0.18
HSL 17.8º 0.76% 0.47% -
HSV(B) 17.8º 0.87% 0.82% -
XYZ 29.81 19.82 3.35 -
YUV 114.12 79.41 196.39 -
System Red Green Blue C M Y K H S L
Decimal 210 82 28 0 0.61 0.87 0.18 17.8 0.76 0.47
Hex D2 52 1C 0 3D 57 12 12 4C 2F
Octal 322 122 34 0 75 127 22 22 114 57
Binary 11010010 1010010 11100 0 111101 1010111 10010 10010 1001100 101111

Color Harmonies of #D2521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2521C

Black with #D2521C

Text Example


Text Example

White with #D2521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2521C; }

 p { color: rgb(210,82,28); }

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

background-color css

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

 a { background-color: rgb(210,82,28); }

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

border-color css

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

 span { border-color: rgb(210,82,28); }

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