Html Css Color HEX #D55018 Chocolate

📋 copy color: '#D55018'

red 213 ◦ green 80 ◦ blue 24

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

Shades of Chocolate #D55018

Tints of Chocolate #D55018

RGB

 RED value IS 213 (83.59% from 255) = 67.19%

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

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

R = 67.19%
G = 25.24%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D55018 (or 0xD55018) is known color: Chocolate. HEX triplet: D5, 50 and 18. RGB value is (213,80,24). Sum of RGB (Red+Green+Blue) = 213+80+24=317 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.19% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 213 - color contains mainly: red. Hex color #D55018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55018 is #2AAFE7. Grayscale: #717171. Windows color (decimal): -2797544 or 1593557. OLE color: 1593557.

HSL color Cylindrical-coordinate representation of color #D55018: hue angle of 17.78º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D55018 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 80 24 -
CMYK 0 0.62 0.89 0.16
HSL 17.78º 0.8% 0.46% -
HSV(B) 17.78º 0.89% 0.84% -
XYZ 30.47 19.95 3.11 -
YUV 113.38 77.56 199.05 -
System Red Green Blue C M Y K H S L
Decimal 213 80 24 0 0.62 0.89 0.16 17.78 0.8 0.46
Hex D5 50 18 0 3E 59 10 12 50 2E
Octal 325 120 30 0 76 131 20 22 120 56
Binary 11010101 1010000 11000 0 111110 1011001 10000 10010 1010000 101110

Color Harmonies of #D55018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55018

Black with #D55018

Text Example


Text Example

White with #D55018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55018; }

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

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

background-color css

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

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

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

border-color css

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

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

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