Html Css Color HEX #D85A39 Chilean Fire

📋 copy color: '#D85A39'

red 216 ◦ green 90 ◦ blue 57

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

Shades of Chilean Fire #D85A39

Tints of Chilean Fire #D85A39

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.79%

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

R = 59.5%
G = 24.79%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D85A39 (or 0xD85A39) is known color: Chilean Fire. HEX triplet: D8, 5A and 39. RGB value is (216,90,57). Sum of RGB (Red+Green+Blue) = 216+90+57=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A39 is #27A5C6. Grayscale: #7C7C7C. Windows color (decimal): -2598343 or 3758808. OLE color: 3758808.

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

Color convert

RGB 216 90 57 -
CMYK 0 0.58 0.74 0.15
HSL 12.45º 0.67% 0.54% -
HSV(B) 12.45º 0.74% 0.85% -
XYZ 32.71 22.21 6.43 -
YUV 123.91 90.24 193.68 -
System Red Green Blue C M Y K H S L
Decimal 216 90 57 0 0.58 0.74 0.15 12.45 0.67 0.54
Hex D8 5A 39 0 3A 4A F C 43 36
Octal 330 132 71 0 72 112 17 14 103 66
Binary 11011000 1011010 111001 0 111010 1001010 1111 1100 1000011 110110

Color Harmonies of #D85A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A39

Black with #D85A39

Text Example


Text Example

White with #D85A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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