Html Css Color HEX #D5591F Chocolate

📋 copy color: '#D5591F'

red 213 ◦ green 89 ◦ blue 31

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

Shades of Chocolate #D5591F

Tints of Chocolate #D5591F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.31%

R = 63.96%
G = 26.73%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5591F (or 0xD5591F) is known color: Chocolate. HEX triplet: D5, 59 and 1F. RGB value is (213,89,31). Sum of RGB (Red+Green+Blue) = 213+89+31=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D5591F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5591F is #2AA6E0. Grayscale: #777777. Windows color (decimal): -2795233 or 2054613. OLE color: 2054613.

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

Color convert

RGB 213 89 31 -
CMYK 0 0.58 0.85 0.16
HSL 19.12º 0.75% 0.48% -
HSV(B) 19.12º 0.85% 0.84% -
XYZ 31.26 21.39 3.78 -
YUV 119.46 78.08 194.72 -
System Red Green Blue C M Y K H S L
Decimal 213 89 31 0 0.58 0.85 0.16 19.12 0.75 0.48
Hex D5 59 1F 0 3A 55 10 13 4B 30
Octal 325 131 37 0 72 125 20 23 113 60
Binary 11010101 1011001 11111 0 111010 1010101 10000 10011 1001011 110000

Color Harmonies of #D5591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5591F

Black with #D5591F

Text Example


Text Example

White with #D5591F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5591F; }

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

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

background-color css

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

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

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

border-color css

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

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

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