Html Css Color HEX #D55C1E Chocolate

📋 copy color: '#D55C1E'

red 213 ◦ green 92 ◦ blue 30

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

Shades of Chocolate #D55C1E

Tints of Chocolate #D55C1E

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 value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D55C1E (or 0xD55C1E) is known color: 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

RGB 213 92 30 -
CMYK 0 0.57 0.86 0.16
HSL 20.33º 0.75% 0.48% -
HSV(B) 20.33º 0.86% 0.84% -
XYZ 31.5 21.89 3.79 -
YUV 121.11 76.59 193.54 -
System Red Green Blue C M Y K H S L
Decimal 213 92 30 0 0.57 0.86 0.16 20.33 0.75 0.48
Hex D5 5C 1E 0 39 56 10 14 4B 30
Octal 325 134 36 0 71 126 20 24 113 60
Binary 11010101 1011100 11110 0 111001 1010110 10000 10100 1001011 110000

Color Harmonies of #D55C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55C1E

Black with #D55C1E

Text Example


Text Example

White with #D55C1E

Text Example


Text Example

HTML Codes & Css Web 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>