Html Css Color HEX #D55419 Chocolate

📋 copy color: '#D55419'

red 213 ◦ green 84 ◦ blue 25

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

Shades of Chocolate #D55419

Tints of Chocolate #D55419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.09%

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

R = 66.15%
G = 26.09%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D55419 (or 0xD55419) is known color: Chocolate. HEX triplet: D5, 54 and 19. RGB value is (213,84,25). Sum of RGB (Red+Green+Blue) = 213+84+25=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D55419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55419 is #2AABE6. Grayscale: #747474. Windows color (decimal): -2796519 or 1660117. OLE color: 1660117.

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

Color convert

RGB 213 84 25 -
CMYK 0 0.61 0.88 0.16
HSL 18.83º 0.79% 0.47% -
HSV(B) 18.83º 0.88% 0.84% -
XYZ 30.79 20.56 3.26 -
YUV 115.85 76.74 197.3 -
System Red Green Blue C M Y K H S L
Decimal 213 84 25 0 0.61 0.88 0.16 18.83 0.79 0.47
Hex D5 54 19 0 3D 58 10 13 4F 2F
Octal 325 124 31 0 75 130 20 23 117 57
Binary 11010101 1010100 11001 0 111101 1011000 10000 10011 1001111 101111

Color Harmonies of #D55419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55419

Black with #D55419

Text Example


Text Example

White with #D55419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55419; }

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

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

background-color css

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

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

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

border-color css

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

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

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