Html Css Color HEX #D85422 Chilean Fire

📋 copy color: '#D85422'

red 216 ◦ green 84 ◦ blue 34

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

Shades of Chilean Fire #D85422

Tints of Chilean Fire #D85422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.18%

R = 64.67%
G = 25.15%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D85422 (or 0xD85422) is known color: Chilean Fire. HEX triplet: D8, 54 and 22. RGB value is (216,84,34). Sum of RGB (Red+Green+Blue) = 216+84+34=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D85422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85422 is #27ABDD. Grayscale: #767676. Windows color (decimal): -2599902 or 2249944. OLE color: 2249944.

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

Color convert

RGB 216 84 34 -
CMYK 0 0.61 0.84 0.15
HSL 16.48º 0.73% 0.49% -
HSV(B) 16.48º 0.84% 0.85% -
XYZ 31.78 21.06 3.9 -
YUV 117.77 80.73 198.07 -
System Red Green Blue C M Y K H S L
Decimal 216 84 34 0 0.61 0.84 0.15 16.48 0.73 0.49
Hex D8 54 22 0 3D 54 F 10 49 31
Octal 330 124 42 0 75 124 17 20 111 61
Binary 11011000 1010100 100010 0 111101 1010100 1111 10000 1001001 110001

Color Harmonies of #D85422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85422

Black with #D85422

Text Example


Text Example

White with #D85422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85422; }

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

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

background-color css

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

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

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

border-color css

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

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

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