Html Css Color HEX #D55913 Chocolate

📋 copy color: '#D55913'

red 213 ◦ green 89 ◦ blue 19

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

Shades of Chocolate #D55913

Tints of Chocolate #D55913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.92%

R = 66.36%
G = 27.73%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D55913 (or 0xD55913) is known color: Chocolate. HEX triplet: D5, 59 and 13. RGB value is (213,89,19). Sum of RGB (Red+Green+Blue) = 213+89+19=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D55913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55913 is #2AA6EC. Grayscale: #767676. Windows color (decimal): -2795245 or 1268181. OLE color: 1268181.

HSL color Cylindrical-coordinate representation of color #D55913: hue angle of 21.65º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D55913 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 89 19 -
CMYK 0 0.58 0.91 0.16
HSL 21.65º 0.84% 0.45% -
HSV(B) 21.65º 0.91% 0.84% -
XYZ 31.13 21.34 3.09 -
YUV 118.1 72.08 195.69 -
System Red Green Blue C M Y K H S L
Decimal 213 89 19 0 0.58 0.91 0.16 21.65 0.84 0.45
Hex D5 59 13 0 3A 5B 10 16 54 2D
Octal 325 131 23 0 72 133 20 26 124 55
Binary 11010101 1011001 10011 0 111010 1011011 10000 10110 1010100 101101

Color Harmonies of #D55913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55913

Black with #D55913

Text Example


Text Example

White with #D55913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55913; }

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

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

background-color css

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

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

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

border-color css

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

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

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