Html Css Color HEX #D5581B Chocolate

📋 copy color: '#D5581B'

red 213 ◦ green 88 ◦ blue 27

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

Shades of Chocolate #D5581B

Tints of Chocolate #D5581B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.83%

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

R = 64.94%
G = 26.83%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5581B (or 0xD5581B) is known color: Chocolate. HEX triplet: D5, 58 and 1B. RGB value is (213,88,27). Sum of RGB (Red+Green+Blue) = 213+88+27=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5581B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5581B is #2AA7E4. Grayscale: #767676. Windows color (decimal): -2795493 or 1792213. OLE color: 1792213.

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

Color convert

RGB 213 88 27 -
CMYK 0 0.59 0.87 0.16
HSL 19.68º 0.78% 0.47% -
HSV(B) 19.68º 0.87% 0.84% -
XYZ 31.13 21.2 3.49 -
YUV 118.42 76.41 195.46 -
System Red Green Blue C M Y K H S L
Decimal 213 88 27 0 0.59 0.87 0.16 19.68 0.78 0.47
Hex D5 58 1B 0 3B 57 10 14 4E 2F
Octal 325 130 33 0 73 127 20 24 116 57
Binary 11010101 1011000 11011 0 111011 1010111 10000 10100 1001110 101111

Color Harmonies of #D5581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5581B

Black with #D5581B

Text Example


Text Example

White with #D5581B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5581B; }

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

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

background-color css

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

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

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

border-color css

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

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

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