Html Css Color HEX #D55D24 Chocolate

📋 copy color: '#D55D24'

red 213 ◦ green 93 ◦ blue 36

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

Shades of Chocolate #D55D24

Tints of Chocolate #D55D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.53%

R = 62.28%
G = 27.19%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D55D24 (or 0xD55D24) is known color: Chocolate. HEX triplet: D5, 5D and 24. RGB value is (213,93,36). Sum of RGB (Red+Green+Blue) = 213+93+36=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55D24 is #2AA2DB. Grayscale: #7A7A7A. Windows color (decimal): -2794204 or 2383317. OLE color: 2383317.

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

Color convert

RGB 213 93 36 -
CMYK 0 0.56 0.83 0.16
HSL 19.32º 0.71% 0.49% -
HSV(B) 19.32º 0.83% 0.84% -
XYZ 31.67 22.1 4.27 -
YUV 122.38 79.26 192.63 -
System Red Green Blue C M Y K H S L
Decimal 213 93 36 0 0.56 0.83 0.16 19.32 0.71 0.49
Hex D5 5D 24 0 38 53 10 13 47 31
Octal 325 135 44 0 70 123 20 23 107 61
Binary 11010101 1011101 100100 0 111000 1010011 10000 10011 1000111 110001

Color Harmonies of #D55D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D24

Black with #D55D24

Text Example


Text Example

White with #D55D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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