Html Css Color HEX #D25019 Chocolate

📋 copy color: '#D25019'

red 210 ◦ green 80 ◦ blue 25

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

Shades of Chocolate #D25019

Tints of Chocolate #D25019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.4%

 BLUE value IS 25 (10.16% from 255) = 7.94%

R = 66.67%
G = 25.4%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D25019 (or 0xD25019) is known color: Chocolate. HEX triplet: D2, 50 and 19. RGB value is (210,80,25). Sum of RGB (Red+Green+Blue) = 210+80+25=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D25019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25019 is #2DAFE6. Grayscale: #707070. Windows color (decimal): -2994151 or 1659090. OLE color: 1659090.

HSL color Cylindrical-coordinate representation of color #D25019: hue angle of 17.84º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D25019 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 80 25 -
CMYK 0 0.62 0.88 0.18
HSL 17.84º 0.79% 0.46% -
HSV(B) 17.84º 0.88% 0.82% -
XYZ 29.62 19.51 3.12 -
YUV 112.6 78.57 197.47 -
System Red Green Blue C M Y K H S L
Decimal 210 80 25 0 0.62 0.88 0.18 17.84 0.79 0.46
Hex D2 50 19 0 3E 58 12 12 4F 2E
Octal 322 120 31 0 76 130 22 22 117 56
Binary 11010010 1010000 11001 0 111110 1011000 10010 10010 1001111 101110

Color Harmonies of #D25019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25019

Black with #D25019

Text Example


Text Example

White with #D25019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25019; }

 p { color: rgb(210,80,25); }

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

background-color css

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

 a { background-color: rgb(210,80,25); }

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

border-color css

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

 span { border-color: rgb(210,80,25); }

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