Html Css Color HEX #D25018 Chocolate

📋 copy color: '#D25018'

red 210 ◦ green 80 ◦ blue 24

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

Shades of Chocolate #D25018

Tints of Chocolate #D25018

RGB

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

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

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

R = 66.88%
G = 25.48%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D25018 (or 0xD25018) is known color: Chocolate. HEX triplet: D2, 50 and 18. RGB value is (210,80,24). Sum of RGB (Red+Green+Blue) = 210+80+24=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D25018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25018 is #2DAFE7. Grayscale: #707070. Windows color (decimal): -2994152 or 1593554. OLE color: 1593554.

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

Color convert

RGB 210 80 24 -
CMYK 0 0.62 0.89 0.18
HSL 18.06º 0.79% 0.46% -
HSV(B) 18.06º 0.89% 0.82% -
XYZ 29.61 19.5 3.07 -
YUV 112.49 78.07 197.55 -
System Red Green Blue C M Y K H S L
Decimal 210 80 24 0 0.62 0.89 0.18 18.06 0.79 0.46
Hex D2 50 18 0 3E 59 12 12 4F 2E
Octal 322 120 30 0 76 131 22 22 117 56
Binary 11010010 1010000 11000 0 111110 1011001 10010 10010 1001111 101110

Color Harmonies of #D25018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25018

Black with #D25018

Text Example


Text Example

White with #D25018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25018; }

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

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

background-color css

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

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

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

border-color css

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

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

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