Html Css Color HEX #D55813 Chocolate

📋 copy color: '#D55813'

red 213 ◦ green 88 ◦ blue 19

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

Shades of Chocolate #D55813

Tints of Chocolate #D55813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.5%

 BLUE value IS 19 (7.81% from 255) = 5.94%

R = 66.56%
G = 27.5%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D55813 (or 0xD55813) is known color: Chocolate. HEX triplet: D5, 58 and 13. RGB value is (213,88,19). Sum of RGB (Red+Green+Blue) = 213+88+19=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D55813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55813 is #2AA7EC. Grayscale: #757575. Windows color (decimal): -2795501 or 1267925. OLE color: 1267925.

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

Color convert

RGB 213 88 19 -
CMYK 0 0.59 0.91 0.16
HSL 21.34º 0.84% 0.45% -
HSV(B) 21.34º 0.91% 0.84% -
XYZ 31.05 21.17 3.07 -
YUV 117.51 72.41 196.11 -
System Red Green Blue C M Y K H S L
Decimal 213 88 19 0 0.59 0.91 0.16 21.34 0.84 0.45
Hex D5 58 13 0 3B 5B 10 15 54 2D
Octal 325 130 23 0 73 133 20 25 124 55
Binary 11010101 1011000 10011 0 111011 1011011 10000 10101 1010100 101101

Color Harmonies of #D55813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55813

Black with #D55813

Text Example


Text Example

White with #D55813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55813; }

 p { color: rgb(213,88,19); }

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

background-color css

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

 a { background-color: rgb(213,88,19); }

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

border-color css

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

 span { border-color: rgb(213,88,19); }

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