Html Css Color HEX #D2511C Chocolate

📋 copy color: '#D2511C'

red 210 ◦ green 81 ◦ blue 28

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

Shades of Chocolate #D2511C

Tints of Chocolate #D2511C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.39%

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

R = 65.83%
G = 25.39%
B = 8.78%

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

#D2511C (or 0xD2511C) is known color: Chocolate. HEX triplet: D2, 51 and 1C. RGB value is (210,81,28). Sum of RGB (Red+Green+Blue) = 210+81+28=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D2511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2511C is #2DAEE3. Grayscale: #717171. Windows color (decimal): -2993892 or 1855954. OLE color: 1855954.

HSL color Cylindrical-coordinate representation of color #D2511C: hue angle of 17.47º 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 #D2511C is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 81 28 -
CMYK 0 0.61 0.87 0.18
HSL 17.47º 0.76% 0.47% -
HSV(B) 17.47º 0.87% 0.82% -
XYZ 29.73 19.67 3.33 -
YUV 113.53 79.74 196.81 -
System Red Green Blue C M Y K H S L
Decimal 210 81 28 0 0.61 0.87 0.18 17.47 0.76 0.47
Hex D2 51 1C 0 3D 57 12 11 4C 2F
Octal 322 121 34 0 75 127 22 21 114 57
Binary 11010010 1010001 11100 0 111101 1010111 10010 10001 1001100 101111

Color Harmonies of #D2511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2511C

Black with #D2511C

Text Example


Text Example

White with #D2511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2511C; }

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

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

background-color css

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

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

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

border-color css

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

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

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