Html Css Color HEX #D85C39 Chilean Fire

📋 copy color: '#D85C39'

red 216 ◦ green 92 ◦ blue 57

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

Shades of Chilean Fire #D85C39

Tints of Chilean Fire #D85C39

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.21%

 BLUE value IS 57 (22.66% from 255) = 15.62%

R = 59.18%
G = 25.21%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D85C39 (or 0xD85C39) is known color: Chilean Fire. HEX triplet: D8, 5C and 39. RGB value is (216,92,57). Sum of RGB (Red+Green+Blue) = 216+92+57=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85C39 is #27A3C6. Grayscale: #7D7D7D. Windows color (decimal): -2597831 or 3759320. OLE color: 3759320.

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

Color convert

RGB 216 92 57 -
CMYK 0 0.57 0.74 0.15
HSL 13.21º 0.67% 0.54% -
HSV(B) 13.21º 0.74% 0.85% -
XYZ 32.88 22.55 6.49 -
YUV 125.09 89.58 192.85 -
System Red Green Blue C M Y K H S L
Decimal 216 92 57 0 0.57 0.74 0.15 13.21 0.67 0.54
Hex D8 5C 39 0 39 4A F D 43 36
Octal 330 134 71 0 71 112 17 15 103 66
Binary 11011000 1011100 111001 0 111001 1001010 1111 1101 1000011 110110

Color Harmonies of #D85C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C39

Black with #D85C39

Text Example


Text Example

White with #D85C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C39; }

 p { color: rgb(216,92,57); }

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

background-color css

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

 a { background-color: rgb(216,92,57); }

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

border-color css

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

 span { border-color: rgb(216,92,57); }

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