Html Css Color HEX #D55918 Chocolate

📋 copy color: '#D55918'

red 213 ◦ green 89 ◦ blue 24

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

Shades of Chocolate #D55918

Tints of Chocolate #D55918

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

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

R = 65.34%
G = 27.3%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D55918 (or 0xD55918) is known color: Chocolate. HEX triplet: D5, 59 and 18. RGB value is (213,89,24). Sum of RGB (Red+Green+Blue) = 213+89+24=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D55918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55918 is #2AA6E7. Grayscale: #777777. Windows color (decimal): -2795240 or 1595861. OLE color: 1595861.

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

Color convert

RGB 213 89 24 -
CMYK 0 0.58 0.89 0.16
HSL 20.63º 0.8% 0.46% -
HSV(B) 20.63º 0.89% 0.84% -
XYZ 31.18 21.36 3.34 -
YUV 118.67 74.58 195.29 -
System Red Green Blue C M Y K H S L
Decimal 213 89 24 0 0.58 0.89 0.16 20.63 0.8 0.46
Hex D5 59 18 0 3A 59 10 15 50 2E
Octal 325 131 30 0 72 131 20 25 120 56
Binary 11010101 1011001 11000 0 111010 1011001 10000 10101 1010000 101110

Color Harmonies of #D55918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55918

Black with #D55918

Text Example


Text Example

White with #D55918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55918; }

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

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

background-color css

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

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

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

border-color css

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

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

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