Html Css Color HEX #D55C23 Chocolate

📋 copy color: '#D55C23'

red 213 ◦ green 92 ◦ blue 35

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

Shades of Chocolate #D55C23

Tints of Chocolate #D55C23

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.06%

 BLUE value IS 35 (14.06% from 255) = 10.29%

R = 62.65%
G = 27.06%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D55C23 (or 0xD55C23) is known color: Chocolate. HEX triplet: D5, 5C and 23. RGB value is (213,92,35). Sum of RGB (Red+Green+Blue) = 213+92+35=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55C23 is #2AA3DC. Grayscale: #7A7A7A. Windows color (decimal): -2794461 or 2317525. OLE color: 2317525.

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

Color convert

RGB 213 92 35 -
CMYK 0 0.57 0.84 0.16
HSL 19.21º 0.72% 0.49% -
HSV(B) 19.21º 0.84% 0.84% -
XYZ 31.57 21.92 4.16 -
YUV 121.68 79.09 193.13 -
System Red Green Blue C M Y K H S L
Decimal 213 92 35 0 0.57 0.84 0.16 19.21 0.72 0.49
Hex D5 5C 23 0 39 54 10 13 48 31
Octal 325 134 43 0 71 124 20 23 110 61
Binary 11010101 1011100 100011 0 111001 1010100 10000 10011 1001000 110001

Color Harmonies of #D55C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55C23

Black with #D55C23

Text Example


Text Example

White with #D55C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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