Html Css Color HEX #D55919 Chocolate

📋 copy color: '#D55919'

red 213 ◦ green 89 ◦ blue 25

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

Shades of Chocolate #D55919

Tints of Chocolate #D55919

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.22%

 BLUE value IS 25 (10.16% from 255) = 7.65%

R = 65.14%
G = 27.22%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D55919 (or 0xD55919) is known color: Chocolate. HEX triplet: D5, 59 and 19. RGB value is (213,89,25). Sum of RGB (Red+Green+Blue) = 213+89+25=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D55919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55919 is #2AA6E6. Grayscale: #777777. Windows color (decimal): -2795239 or 1661397. OLE color: 1661397.

HSL color Cylindrical-coordinate representation of color #D55919: hue angle of 20.43º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D55919 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 89 25 -
CMYK 0 0.58 0.88 0.16
HSL 20.43º 0.79% 0.47% -
HSV(B) 20.43º 0.88% 0.84% -
XYZ 31.19 21.36 3.4 -
YUV 118.78 75.08 195.2 -
System Red Green Blue C M Y K H S L
Decimal 213 89 25 0 0.58 0.88 0.16 20.43 0.79 0.47
Hex D5 59 19 0 3A 58 10 14 4F 2F
Octal 325 131 31 0 72 130 20 24 117 57
Binary 11010101 1011001 11001 0 111010 1011000 10000 10100 1001111 101111

Color Harmonies of #D55919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55919

Black with #D55919

Text Example


Text Example

White with #D55919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55919; }

 p { color: rgb(213,89,25); }

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

background-color css

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

 a { background-color: rgb(213,89,25); }

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

border-color css

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

 span { border-color: rgb(213,89,25); }

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