Html Css Color HEX #D25118 Chocolate

📋 copy color: '#D25118'

red 210 ◦ green 81 ◦ blue 24

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

Shades of Chocolate #D25118

Tints of Chocolate #D25118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.62%

R = 66.67%
G = 25.71%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D25118 (or 0xD25118) is known color: Chocolate. HEX triplet: D2, 51 and 18. RGB value is (210,81,24). Sum of RGB (Red+Green+Blue) = 210+81+24=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D25118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25118 is #2DAEE7. Grayscale: #717171. Windows color (decimal): -2993896 or 1593810. OLE color: 1593810.

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

Color convert

RGB 210 81 24 -
CMYK 0 0.61 0.89 0.18
HSL 18.39º 0.79% 0.46% -
HSV(B) 18.39º 0.89% 0.82% -
XYZ 29.69 19.65 3.09 -
YUV 113.07 77.74 197.13 -
System Red Green Blue C M Y K H S L
Decimal 210 81 24 0 0.61 0.89 0.18 18.39 0.79 0.46
Hex D2 51 18 0 3D 59 12 12 4F 2E
Octal 322 121 30 0 75 131 22 22 117 56
Binary 11010010 1010001 11000 0 111101 1011001 10010 10010 1001111 101110

Color Harmonies of #D25118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25118

Black with #D25118

Text Example


Text Example

White with #D25118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25118; }

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

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

background-color css

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

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

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

border-color css

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

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

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