Html Css Color HEX #D85D39 Chilean Fire

📋 copy color: '#D85D39'

red 216 ◦ green 93 ◦ blue 57

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

Shades of Chilean Fire #D85D39

Tints of Chilean Fire #D85D39

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.41%

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

R = 59.02%
G = 25.41%
B = 15.57%

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

#D85D39 (or 0xD85D39) is known color: Chilean Fire. HEX triplet: D8, 5D and 39. RGB value is (216,93,57). Sum of RGB (Red+Green+Blue) = 216+93+57=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85D39 is #27A2C6. Grayscale: #7D7D7D. Windows color (decimal): -2597575 or 3759576. OLE color: 3759576.

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

Color convert

RGB 216 93 57 -
CMYK 0 0.57 0.74 0.15
HSL 13.58º 0.67% 0.54% -
HSV(B) 13.58º 0.74% 0.85% -
XYZ 32.97 22.72 6.52 -
YUV 125.67 89.25 192.43 -
System Red Green Blue C M Y K H S L
Decimal 216 93 57 0 0.57 0.74 0.15 13.58 0.67 0.54
Hex D8 5D 39 0 39 4A F E 43 36
Octal 330 135 71 0 71 112 17 16 103 66
Binary 11011000 1011101 111001 0 111001 1001010 1111 1110 1000011 110110

Color Harmonies of #D85D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D39

Black with #D85D39

Text Example


Text Example

White with #D85D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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