Html Css Color HEX #D55E13 Chocolate

📋 copy color: '#D55E13'

red 213 ◦ green 94 ◦ blue 19

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

Shades of Chocolate #D55E13

Tints of Chocolate #D55E13

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.83%

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

R = 65.34%
G = 28.83%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D55E13 (or 0xD55E13) is known color: Chocolate. HEX triplet: D5, 5E and 13. RGB value is (213,94,19). Sum of RGB (Red+Green+Blue) = 213+94+19=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55E13 is #2AA1EC. Grayscale: #797979. Windows color (decimal): -2793965 or 1269461. OLE color: 1269461.

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

Color convert

RGB 213 94 19 -
CMYK 0 0.56 0.91 0.16
HSL 23.2º 0.84% 0.45% -
HSV(B) 23.2º 0.91% 0.84% -
XYZ 31.56 22.2 3.24 -
YUV 121.03 70.42 193.6 -
System Red Green Blue C M Y K H S L
Decimal 213 94 19 0 0.56 0.91 0.16 23.2 0.84 0.45
Hex D5 5E 13 0 38 5B 10 17 54 2D
Octal 325 136 23 0 70 133 20 27 124 55
Binary 11010101 1011110 10011 0 111000 1011011 10000 10111 1010100 101101

Color Harmonies of #D55E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55E13

Black with #D55E13

Text Example


Text Example

White with #D55E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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