Html Css Color HEX #D25920 Chocolate

📋 copy color: '#D25920'

red 210 ◦ green 89 ◦ blue 32

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

Shades of Chocolate #D25920

Tints of Chocolate #D25920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.89%

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

R = 63.44%
G = 26.89%
B = 9.67%

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

#D25920 (or 0xD25920) is known color: Chocolate. HEX triplet: D2, 59 and 20. RGB value is (210,89,32). Sum of RGB (Red+Green+Blue) = 210+89+32=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D25920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25920 is #2DA6DF. Grayscale: #777777. Windows color (decimal): -2991840 or 2120146. OLE color: 2120146.

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

Color convert

RGB 210 89 32 -
CMYK 0 0.58 0.85 0.18
HSL 19.21º 0.74% 0.47% -
HSV(B) 19.21º 0.85% 0.82% -
XYZ 30.41 20.95 3.81 -
YUV 118.68 79.09 193.13 -
System Red Green Blue C M Y K H S L
Decimal 210 89 32 0 0.58 0.85 0.18 19.21 0.74 0.47
Hex D2 59 20 0 3A 55 12 13 4A 2F
Octal 322 131 40 0 72 125 22 23 112 57
Binary 11010010 1011001 100000 0 111010 1010101 10010 10011 1001010 101111

Color Harmonies of #D25920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25920

Black with #D25920

Text Example


Text Example

White with #D25920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25920; }

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

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

background-color css

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

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

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

border-color css

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

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

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