Html Css Color HEX #D85320 Chilean Fire

📋 copy color: '#D85320'

red 216 ◦ green 83 ◦ blue 32

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

Shades of Chilean Fire #D85320

Tints of Chilean Fire #D85320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.08%

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

R = 65.26%
G = 25.08%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D85320 (or 0xD85320) is known color: Chilean Fire. HEX triplet: D8, 53 and 20. RGB value is (216,83,32). Sum of RGB (Red+Green+Blue) = 216+83+32=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D85320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85320 is #27ACDF. Grayscale: #757575. Windows color (decimal): -2600160 or 2118616. OLE color: 2118616.

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

Color convert

RGB 216 83 32 -
CMYK 0 0.62 0.85 0.15
HSL 16.63º 0.74% 0.49% -
HSV(B) 16.63º 0.85% 0.85% -
XYZ 31.67 20.89 3.73 -
YUV 116.95 80.06 198.65 -
System Red Green Blue C M Y K H S L
Decimal 216 83 32 0 0.62 0.85 0.15 16.63 0.74 0.49
Hex D8 53 20 0 3E 55 F 11 4A 31
Octal 330 123 40 0 76 125 17 21 112 61
Binary 11011000 1010011 100000 0 111110 1010101 1111 10001 1001010 110001

Color Harmonies of #D85320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85320

Black with #D85320

Text Example


Text Example

White with #D85320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85320; }

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

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

background-color css

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

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

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

border-color css

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

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

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