Html Css Color HEX #D25119 Chocolate

📋 copy color: '#D25119'

red 210 ◦ green 81 ◦ blue 25

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

Shades of Chocolate #D25119

Tints of Chocolate #D25119

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.63%

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

R = 66.46%
G = 25.63%
B = 7.91%

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

#D25119 (or 0xD25119) is known color: Chocolate. HEX triplet: D2, 51 and 19. RGB value is (210,81,25). Sum of RGB (Red+Green+Blue) = 210+81+25=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D25119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25119 is #2DAEE6. Grayscale: #717171. Windows color (decimal): -2993895 or 1659346. OLE color: 1659346.

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

Color convert

RGB 210 81 25 -
CMYK 0 0.61 0.88 0.18
HSL 18.16º 0.79% 0.46% -
HSV(B) 18.16º 0.88% 0.82% -
XYZ 29.7 19.66 3.15 -
YUV 113.19 78.24 197.05 -
System Red Green Blue C M Y K H S L
Decimal 210 81 25 0 0.61 0.88 0.18 18.16 0.79 0.46
Hex D2 51 19 0 3D 58 12 12 4F 2E
Octal 322 121 31 0 75 130 22 22 117 56
Binary 11010010 1010001 11001 0 111101 1011000 10010 10010 1001111 101110

Color Harmonies of #D25119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25119

Black with #D25119

Text Example


Text Example

White with #D25119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25119; }

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

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

background-color css

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

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

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

border-color css

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

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

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