Html Css Color HEX #D5611A Chocolate

📋 copy color: '#D5611A'

red 213 ◦ green 97 ◦ blue 26

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

Shades of Chocolate #D5611A

Tints of Chocolate #D5611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.87%

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

R = 63.39%
G = 28.87%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5611A (or 0xD5611A) is known color: Chocolate. HEX triplet: D5, 61 and 1A. RGB value is (213,97,26). Sum of RGB (Red+Green+Blue) = 213+97+26=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D5611A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5611A is #2A9EE5. Grayscale: #7B7B7B. Windows color (decimal): -2793190 or 1728981. OLE color: 1728981.

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

Color convert

RGB 213 97 26 -
CMYK 0 0.54 0.88 0.16
HSL 22.78º 0.78% 0.47% -
HSV(B) 22.78º 0.88% 0.84% -
XYZ 31.9 22.77 3.69 -
YUV 123.59 72.93 191.77 -
System Red Green Blue C M Y K H S L
Decimal 213 97 26 0 0.54 0.88 0.16 22.78 0.78 0.47
Hex D5 61 1A 0 36 58 10 17 4E 2F
Octal 325 141 32 0 66 130 20 27 116 57
Binary 11010101 1100001 11010 0 110110 1011000 10000 10111 1001110 101111

Color Harmonies of #D5611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5611A

Black with #D5611A

Text Example


Text Example

White with #D5611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5611A; }

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

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

background-color css

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

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

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

border-color css

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

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

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