Html Css Color HEX #D2581C Chocolate

📋 copy color: '#D2581C'

red 210 ◦ green 88 ◦ blue 28

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

Shades of Chocolate #D2581C

Tints of Chocolate #D2581C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.99%

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

R = 64.42%
G = 26.99%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2581C (or 0xD2581C) is known color: Chocolate. HEX triplet: D2, 58 and 1C. RGB value is (210,88,28). Sum of RGB (Red+Green+Blue) = 210+88+28=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D2581C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2581C is #2DA7E3. Grayscale: #757575. Windows color (decimal): -2992100 or 1857746. OLE color: 1857746.

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

Color convert

RGB 210 88 28 -
CMYK 0 0.58 0.87 0.18
HSL 19.78º 0.76% 0.47% -
HSV(B) 19.78º 0.87% 0.82% -
XYZ 30.28 20.76 3.51 -
YUV 117.64 77.42 193.88 -
System Red Green Blue C M Y K H S L
Decimal 210 88 28 0 0.58 0.87 0.18 19.78 0.76 0.47
Hex D2 58 1C 0 3A 57 12 14 4C 2F
Octal 322 130 34 0 72 127 22 24 114 57
Binary 11010010 1011000 11100 0 111010 1010111 10010 10100 1001100 101111

Color Harmonies of #D2581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2581C

Black with #D2581C

Text Example


Text Example

White with #D2581C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2581C; }

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

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

background-color css

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

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

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

border-color css

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

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

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