Html Css Color HEX #D5611B Chocolate

📋 copy color: '#D5611B'

red 213 ◦ green 97 ◦ blue 27

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

Shades of Chocolate #D5611B

Tints of Chocolate #D5611B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.01%

R = 63.2%
G = 28.78%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5611B (or 0xD5611B) is known color: Chocolate. HEX triplet: D5, 61 and 1B. RGB value is (213,97,27). Sum of RGB (Red+Green+Blue) = 213+97+27=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D5611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5611B is #2A9EE4. Grayscale: #7C7C7C. Windows color (decimal): -2793189 or 1794517. OLE color: 1794517.

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

Color convert

RGB 213 97 27 -
CMYK 0 0.54 0.87 0.16
HSL 22.58º 0.78% 0.47% -
HSV(B) 22.58º 0.87% 0.84% -
XYZ 31.91 22.77 3.75 -
YUV 123.7 73.43 191.69 -
System Red Green Blue C M Y K H S L
Decimal 213 97 27 0 0.54 0.87 0.16 22.58 0.78 0.47
Hex D5 61 1B 0 36 57 10 17 4E 2F
Octal 325 141 33 0 66 127 20 27 116 57
Binary 11010101 1100001 11011 0 110110 1010111 10000 10111 1001110 101111

Color Harmonies of #D5611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5611B

Black with #D5611B

Text Example


Text Example

White with #D5611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5611B; }

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

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

background-color css

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

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

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

border-color css

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

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

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