Html Css Color HEX #D25219 Chocolate

📋 copy color: '#D25219'

red 210 ◦ green 82 ◦ blue 25

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

Shades of Chocolate #D25219

Tints of Chocolate #D25219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.87%

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

R = 66.25%
G = 25.87%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D25219 (or 0xD25219) is known color: Chocolate. HEX triplet: D2, 52 and 19. RGB value is (210,82,25). Sum of RGB (Red+Green+Blue) = 210+82+25=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D25219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25219 is #2DADE6. Grayscale: #727272. Windows color (decimal): -2993639 or 1659602. OLE color: 1659602.

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

Color convert

RGB 210 82 25 -
CMYK 0 0.61 0.88 0.18
HSL 18.49º 0.79% 0.46% -
HSV(B) 18.49º 0.88% 0.82% -
XYZ 29.77 19.81 3.17 -
YUV 113.77 77.91 196.63 -
System Red Green Blue C M Y K H S L
Decimal 210 82 25 0 0.61 0.88 0.18 18.49 0.79 0.46
Hex D2 52 19 0 3D 58 12 12 4F 2E
Octal 322 122 31 0 75 130 22 22 117 56
Binary 11010010 1010010 11001 0 111101 1011000 10010 10010 1001111 101110

Color Harmonies of #D25219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25219

Black with #D25219

Text Example


Text Example

White with #D25219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25219; }

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

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

background-color css

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

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

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

border-color css

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

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

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