#D55C1E

Color #D55C1E Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D55C1E

Tints of Chocolate #D55C1E

Color information

#D55C1E (or 0xD55C1E) is unknown color: approx Chocolate. HEX triplet: D5, 5C and 1E. RGB value is (213,92,30). Sum of RGB (Red+Green+Blue) = 213+92+30=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55C1E is #2AA3E1. Grayscale: #797979. Windows color (decimal): -2794466 or 1989845. OLE color: 1989845.

HSL color Cylindrical-coordinate representation of color #D55C1E: hue angle of 20.33º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D55C1E is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB2139230-
CMYK00.570.860.16
HSL20.33º75.31%47.65%-
HSV(B)20.33º85.92%83.53%-
XYZ31.521.893.79-
YUV121.1176.59193.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.58%
GREEN value IS 92 (36.33% from 255) = 27.46%
BLUE value IS 30 (12.11% from 255) = 8.96%
R=63.58%
G=27.46%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213923000.570.860.1620.3375.3147.65
HexD55C1E0395610144b30
Octal32513436071126202411360
Binary110101011011100111100111001101011010000101001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55C1E; }

 p { color: rgb(213,92,30); }

 H1.HeaderClassName
 {
   color: #D55C1E;
 }
 .AnyTagClassName
 {
   color: #D55C1E;
 }
</style>
background-color css

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

 a { background-color: rgb(213,92,30); }

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

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

 span { border-color: rgb(213,92,30); }

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