Html Css Color HEX #D85E38 Chilean Fire

📋 copy color: '#D85E38'

red 216 ◦ green 94 ◦ blue 56

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

Shades of Chilean Fire #D85E38

Tints of Chilean Fire #D85E38

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.68%

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

R = 59.02%
G = 25.68%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D85E38 (or 0xD85E38) is known color: Chilean Fire. HEX triplet: D8, 5E and 38. RGB value is (216,94,56). Sum of RGB (Red+Green+Blue) = 216+94+56=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E38 is #27A1C7. Grayscale: #7E7E7E. Windows color (decimal): -2597320 or 3694296. OLE color: 3694296.

HSL color Cylindrical-coordinate representation of color #D85E38: hue angle of 14.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 #D85E38 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 94 56 -
CMYK 0 0.56 0.74 0.15
HSL 14.25º 0.67% 0.53% -
HSV(B) 14.25º 0.74% 0.85% -
XYZ 33.04 22.89 6.42 -
YUV 126.15 88.42 192.09 -
System Red Green Blue C M Y K H S L
Decimal 216 94 56 0 0.56 0.74 0.15 14.25 0.67 0.53
Hex D8 5E 38 0 38 4A F E 43 35
Octal 330 136 70 0 70 112 17 16 103 65
Binary 11011000 1011110 111000 0 111000 1001010 1111 1110 1000011 110101

Color Harmonies of #D85E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E38

Black with #D85E38

Text Example


Text Example

White with #D85E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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