Html Css Color HEX #D5551A Chocolate

📋 copy color: '#D5551A'

red 213 ◦ green 85 ◦ blue 26

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

Shades of Chocolate #D5551A

Tints of Chocolate #D5551A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.23%

 BLUE value IS 26 (10.55% from 255) = 8.02%

R = 65.74%
G = 26.23%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5551A (or 0xD5551A) is known color: Chocolate. HEX triplet: D5, 55 and 1A. RGB value is (213,85,26). Sum of RGB (Red+Green+Blue) = 213+85+26=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5551A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5551A is #2AAAE5. Grayscale: #747474. Windows color (decimal): -2796262 or 1725909. OLE color: 1725909.

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

Color convert

RGB 213 85 26 -
CMYK 0 0.60 0.88 0.16
HSL 18.93º 0.78% 0.47% -
HSV(B) 18.93º 0.88% 0.84% -
XYZ 30.88 20.72 3.35 -
YUV 116.55 76.91 196.8 -
System Red Green Blue C M Y K H S L
Decimal 213 85 26 0 0.60 0.88 0.16 18.93 0.78 0.47
Hex D5 55 1A 0 3C 58 10 13 4E 2F
Octal 325 125 32 0 74 130 20 23 116 57
Binary 11010101 1010101 11010 0 111100 1011000 10000 10011 1001110 101111

Color Harmonies of #D5551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5551A

Black with #D5551A

Text Example


Text Example

White with #D5551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5551A; }

 p { color: rgb(213,85,26); }

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

background-color css

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

 a { background-color: rgb(213,85,26); }

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

border-color css

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

 span { border-color: rgb(213,85,26); }

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