Html Css Color HEX #D5581A Chocolate

📋 copy color: '#D5581A'

red 213 ◦ green 88 ◦ blue 26

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

Shades of Chocolate #D5581A

Tints of Chocolate #D5581A

RGB

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

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

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

R = 65.14%
G = 26.91%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5581A (or 0xD5581A) is known color: Chocolate. HEX triplet: D5, 58 and 1A. RGB value is (213,88,26). Sum of RGB (Red+Green+Blue) = 213+88+26=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D5581A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5581A is #2AA7E5. Grayscale: #767676. Windows color (decimal): -2795494 or 1726677. OLE color: 1726677.

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

Color convert

RGB 213 88 26 -
CMYK 0 0.59 0.88 0.16
HSL 19.89º 0.78% 0.47% -
HSV(B) 19.89º 0.88% 0.84% -
XYZ 31.12 21.2 3.43 -
YUV 118.31 75.91 195.54 -
System Red Green Blue C M Y K H S L
Decimal 213 88 26 0 0.59 0.88 0.16 19.89 0.78 0.47
Hex D5 58 1A 0 3B 58 10 14 4E 2F
Octal 325 130 32 0 73 130 20 24 116 57
Binary 11010101 1011000 11010 0 111011 1011000 10000 10100 1001110 101111

Color Harmonies of #D5581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5581A

Black with #D5581A

Text Example


Text Example

White with #D5581A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5581A; }

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

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

background-color css

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

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

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

border-color css

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

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

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