Html Css Color HEX #D55D23 Chocolate

📋 copy color: '#D55D23'

red 213 ◦ green 93 ◦ blue 35

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

Shades of Chocolate #D55D23

Tints of Chocolate #D55D23

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.27%

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

R = 62.46%
G = 27.27%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D55D23 (or 0xD55D23) is known color: Chocolate. HEX triplet: D5, 5D and 23. RGB value is (213,93,35). Sum of RGB (Red+Green+Blue) = 213+93+35=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55D23 is #2AA2DC. Grayscale: #7A7A7A. Windows color (decimal): -2794205 or 2317781. OLE color: 2317781.

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

Color convert

RGB 213 93 35 -
CMYK 0 0.56 0.84 0.16
HSL 19.55º 0.72% 0.49% -
HSV(B) 19.55º 0.84% 0.84% -
XYZ 31.66 22.1 4.19 -
YUV 122.27 78.76 192.72 -
System Red Green Blue C M Y K H S L
Decimal 213 93 35 0 0.56 0.84 0.16 19.55 0.72 0.49
Hex D5 5D 23 0 38 54 10 14 48 31
Octal 325 135 43 0 70 124 20 24 110 61
Binary 11010101 1011101 100011 0 111000 1010100 10000 10100 1001000 110001

Color Harmonies of #D55D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D23

Black with #D55D23

Text Example


Text Example

White with #D55D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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