Html Css Color HEX #D55E19 Chocolate

📋 copy color: '#D55E19'

red 213 ◦ green 94 ◦ blue 25

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

Shades of Chocolate #D55E19

Tints of Chocolate #D55E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.53%

R = 64.16%
G = 28.31%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D55E19 (or 0xD55E19) is known color: Chocolate. HEX triplet: D5, 5E and 19. RGB value is (213,94,25). Sum of RGB (Red+Green+Blue) = 213+94+25=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55E19 is #2AA1E6. Grayscale: #7A7A7A. Windows color (decimal): -2793959 or 1662677. OLE color: 1662677.

HSL color Cylindrical-coordinate representation of color #D55E19: hue angle of 22.02º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D55E19 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 94 25 -
CMYK 0 0.56 0.88 0.16
HSL 22.02º 0.79% 0.47% -
HSV(B) 22.02º 0.88% 0.84% -
XYZ 31.62 22.22 3.54 -
YUV 121.72 73.42 193.11 -
System Red Green Blue C M Y K H S L
Decimal 213 94 25 0 0.56 0.88 0.16 22.02 0.79 0.47
Hex D5 5E 19 0 38 58 10 16 4F 2F
Octal 325 136 31 0 70 130 20 26 117 57
Binary 11010101 1011110 11001 0 111000 1011000 10000 10110 1001111 101111

Color Harmonies of #D55E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55E19

Black with #D55E19

Text Example


Text Example

White with #D55E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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