Html Css Color HEX #D25820 Chocolate

📋 copy color: '#D25820'

red 210 ◦ green 88 ◦ blue 32

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

Shades of Chocolate #D25820

Tints of Chocolate #D25820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.7%

R = 63.64%
G = 26.67%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D25820 (or 0xD25820) is known color: Chocolate. HEX triplet: D2, 58 and 20. RGB value is (210,88,32). Sum of RGB (Red+Green+Blue) = 210+88+32=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D25820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25820 is #2DA7DF. Grayscale: #767676. Windows color (decimal): -2992096 or 2119890. OLE color: 2119890.

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

Color convert

RGB 210 88 32 -
CMYK 0 0.58 0.85 0.18
HSL 18.88º 0.74% 0.47% -
HSV(B) 18.88º 0.85% 0.82% -
XYZ 30.33 20.79 3.78 -
YUV 118.09 79.42 193.55 -
System Red Green Blue C M Y K H S L
Decimal 210 88 32 0 0.58 0.85 0.18 18.88 0.74 0.47
Hex D2 58 20 0 3A 55 12 13 4A 2F
Octal 322 130 40 0 72 125 22 23 112 57
Binary 11010010 1011000 100000 0 111010 1010101 10010 10011 1001010 101111

Color Harmonies of #D25820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25820

Black with #D25820

Text Example


Text Example

White with #D25820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25820; }

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

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

background-color css

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

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

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

border-color css

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

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

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