Html Css Color HEX #D85638 Chilean Fire

📋 copy color: '#D85638'

red 216 ◦ green 86 ◦ blue 56

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

Shades of Chilean Fire #D85638

Tints of Chilean Fire #D85638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.64%

R = 60.34%
G = 24.02%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D85638 (or 0xD85638) is known color: Chilean Fire. HEX triplet: D8, 56 and 38. RGB value is (216,86,56). Sum of RGB (Red+Green+Blue) = 216+86+56=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D85638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85638 is #27A9C7. Grayscale: #797979. Windows color (decimal): -2599368 or 3692248. OLE color: 3692248.

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

Color convert

RGB 216 86 56 -
CMYK 0 0.60 0.74 0.15
HSL 11.25º 0.67% 0.53% -
HSV(B) 11.25º 0.74% 0.85% -
XYZ 32.36 21.54 6.19 -
YUV 121.45 91.07 195.44 -
System Red Green Blue C M Y K H S L
Decimal 216 86 56 0 0.60 0.74 0.15 11.25 0.67 0.53
Hex D8 56 38 0 3C 4A F B 43 35
Octal 330 126 70 0 74 112 17 13 103 65
Binary 11011000 1010110 111000 0 111100 1001010 1111 1011 1000011 110101

Color Harmonies of #D85638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85638

Black with #D85638

Text Example


Text Example

White with #D85638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85638; }

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

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

background-color css

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

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

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

border-color css

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

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

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