Html Css Color HEX #D25A19 Chocolate

📋 copy color: '#D25A19'

red 210 ◦ green 90 ◦ blue 25

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

Shades of Chocolate #D25A19

Tints of Chocolate #D25A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

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

R = 64.62%
G = 27.69%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D25A19 (or 0xD25A19) is known color: Chocolate. HEX triplet: D2, 5A and 19. RGB value is (210,90,25). Sum of RGB (Red+Green+Blue) = 210+90+25=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25A19 is #2DA5E6. Grayscale: #767676. Windows color (decimal): -2991591 or 1661650. OLE color: 1661650.

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

Color convert

RGB 210 90 25 -
CMYK 0 0.57 0.88 0.18
HSL 21.08º 0.79% 0.46% -
HSV(B) 21.08º 0.88% 0.82% -
XYZ 30.41 21.08 3.39 -
YUV 118.47 75.26 193.29 -
System Red Green Blue C M Y K H S L
Decimal 210 90 25 0 0.57 0.88 0.18 21.08 0.79 0.46
Hex D2 5A 19 0 39 58 12 15 4F 2E
Octal 322 132 31 0 71 130 22 25 117 56
Binary 11010010 1011010 11001 0 111001 1011000 10010 10101 1001111 101110

Color Harmonies of #D25A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25A19

Black with #D25A19

Text Example


Text Example

White with #D25A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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