Html Css Color HEX #D85539 Chilean Fire

📋 copy color: '#D85539'

red 216 ◦ green 85 ◦ blue 57

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

Shades of Chilean Fire #D85539

Tints of Chilean Fire #D85539

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.74%

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

R = 60.34%
G = 23.74%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D85539 (or 0xD85539) is known color: Chilean Fire. HEX triplet: D8, 55 and 39. RGB value is (216,85,57). Sum of RGB (Red+Green+Blue) = 216+85+57=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D85539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85539 is #27AAC6. Grayscale: #797979. Windows color (decimal): -2599623 or 3757528. OLE color: 3757528.

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

Color convert

RGB 216 85 57 -
CMYK 0 0.61 0.74 0.15
HSL 10.57º 0.67% 0.54% -
HSV(B) 10.57º 0.74% 0.85% -
XYZ 32.31 21.39 6.3 -
YUV 120.98 91.9 195.78 -
System Red Green Blue C M Y K H S L
Decimal 216 85 57 0 0.61 0.74 0.15 10.57 0.67 0.54
Hex D8 55 39 0 3D 4A F B 43 36
Octal 330 125 71 0 75 112 17 13 103 66
Binary 11011000 1010101 111001 0 111101 1001010 1111 1011 1000011 110110

Color Harmonies of #D85539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85539

Black with #D85539

Text Example


Text Example

White with #D85539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85539; }

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

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

background-color css

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

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

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

border-color css

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

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

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