Html Css Color HEX #D85020 Chilean Fire

📋 copy color: '#D85020'

red 216 ◦ green 80 ◦ blue 32

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

Shades of Chilean Fire #D85020

Tints of Chilean Fire #D85020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

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

R = 65.85%
G = 24.39%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D85020 (or 0xD85020) is known color: Chilean Fire. HEX triplet: D8, 50 and 20. RGB value is (216,80,32). Sum of RGB (Red+Green+Blue) = 216+80+32=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D85020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85020 is #27AFDF. Grayscale: #737373. Windows color (decimal): -2600928 or 2117848. OLE color: 2117848.

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

Color convert

RGB 216 80 32 -
CMYK 0 0.63 0.85 0.15
HSL 15.65º 0.74% 0.49% -
HSV(B) 15.65º 0.85% 0.85% -
XYZ 31.45 20.44 3.65 -
YUV 115.19 81.06 199.9 -
System Red Green Blue C M Y K H S L
Decimal 216 80 32 0 0.63 0.85 0.15 15.65 0.74 0.49
Hex D8 50 20 0 3F 55 F 10 4A 31
Octal 330 120 40 0 77 125 17 20 112 61
Binary 11011000 1010000 100000 0 111111 1010101 1111 10000 1001010 110001

Color Harmonies of #D85020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85020

Black with #D85020

Text Example


Text Example

White with #D85020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85020; }

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

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

background-color css

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

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

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

border-color css

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

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

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