Html Css Color HEX #D85520 Chilean Fire

📋 copy color: '#D85520'

red 216 ◦ green 85 ◦ blue 32

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

Shades of Chilean Fire #D85520

Tints of Chilean Fire #D85520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.61%

R = 64.86%
G = 25.53%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D85520 (or 0xD85520) is known color: Chilean Fire. HEX triplet: D8, 55 and 20. RGB value is (216,85,32). Sum of RGB (Red+Green+Blue) = 216+85+32=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D85520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85520 is #27AADF. Grayscale: #767676. Windows color (decimal): -2599648 or 2119128. OLE color: 2119128.

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

Color convert

RGB 216 85 32 -
CMYK 0 0.61 0.85 0.15
HSL 17.28º 0.74% 0.49% -
HSV(B) 17.28º 0.85% 0.85% -
XYZ 31.83 21.2 3.78 -
YUV 118.13 79.4 197.81 -
System Red Green Blue C M Y K H S L
Decimal 216 85 32 0 0.61 0.85 0.15 17.28 0.74 0.49
Hex D8 55 20 0 3D 55 F 11 4A 31
Octal 330 125 40 0 75 125 17 21 112 61
Binary 11011000 1010101 100000 0 111101 1010101 1111 10001 1001010 110001

Color Harmonies of #D85520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85520

Black with #D85520

Text Example


Text Example

White with #D85520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85520; }

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

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

background-color css

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

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

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

border-color css

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

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

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