Html Css Color HEX #D85420 Chilean Fire

📋 copy color: '#D85420'

red 216 ◦ green 84 ◦ blue 32

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

Shades of Chilean Fire #D85420

Tints of Chilean Fire #D85420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.3%

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

R = 65.06%
G = 25.3%
B = 9.64%

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

#D85420 (or 0xD85420) is known color: Chilean Fire. HEX triplet: D8, 54 and 20. RGB value is (216,84,32). Sum of RGB (Red+Green+Blue) = 216+84+32=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D85420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85420 is #27ABDF. Grayscale: #757575. Windows color (decimal): -2599904 or 2118872. OLE color: 2118872.

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

Color convert

RGB 216 84 32 -
CMYK 0 0.61 0.85 0.15
HSL 16.96º 0.74% 0.49% -
HSV(B) 16.96º 0.85% 0.85% -
XYZ 31.75 21.04 3.75 -
YUV 117.54 79.73 198.23 -
System Red Green Blue C M Y K H S L
Decimal 216 84 32 0 0.61 0.85 0.15 16.96 0.74 0.49
Hex D8 54 20 0 3D 55 F 11 4A 31
Octal 330 124 40 0 75 125 17 21 112 61
Binary 11011000 1010100 100000 0 111101 1010101 1111 10001 1001010 110001

Color Harmonies of #D85420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85420

Black with #D85420

Text Example


Text Example

White with #D85420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85420; }

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

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

background-color css

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

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

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

border-color css

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

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

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