Html Css Color HEX #D85637 Chilean Fire

📋 copy color: '#D85637'

red 216 ◦ green 86 ◦ blue 55

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

Shades of Chilean Fire #D85637

Tints of Chilean Fire #D85637

RGB

 RED value IS 216 (84.77% from 255) = 60.5%

 GREEN value IS 86 (33.98% from 255) = 24.09%

 BLUE value IS 55 (21.88% from 255) = 15.41%

R = 60.5%
G = 24.09%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D85637 (or 0xD85637) is known color: Chilean Fire. HEX triplet: D8, 56 and 37. RGB value is (216,86,55). Sum of RGB (Red+Green+Blue) = 216+86+55=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D85637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85637 is #27A9C8. Grayscale: #797979. Windows color (decimal): -2599369 or 3626712. OLE color: 3626712.

HSL color Cylindrical-coordinate representation of color #D85637: hue angle of 11.55º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D85637 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 86 55 -
CMYK 0 0.60 0.75 0.15
HSL 11.55º 0.67% 0.53% -
HSV(B) 11.55º 0.75% 0.85% -
XYZ 32.34 21.53 6.07 -
YUV 121.34 90.57 195.52 -
System Red Green Blue C M Y K H S L
Decimal 216 86 55 0 0.60 0.75 0.15 11.55 0.67 0.53
Hex D8 56 37 0 3C 4B F C 43 35
Octal 330 126 67 0 74 113 17 14 103 65
Binary 11011000 1010110 110111 0 111100 1001011 1111 1100 1000011 110101

Color Harmonies of #D85637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85637

Black with #D85637

Text Example


Text Example

White with #D85637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85637; }

 p { color: rgb(216,86,55); }

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

background-color css

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

 a { background-color: rgb(216,86,55); }

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

border-color css

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

 span { border-color: rgb(216,86,55); }

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