Html Css Color HEX #D85120 Chilean Fire

📋 copy color: '#D85120'

red 216 ◦ green 81 ◦ blue 32

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

Shades of Chilean Fire #D85120

Tints of Chilean Fire #D85120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.62%

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

R = 65.65%
G = 24.62%
B = 9.73%

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

#D85120 (or 0xD85120) is known color: Chilean Fire. HEX triplet: D8, 51 and 20. RGB value is (216,81,32). Sum of RGB (Red+Green+Blue) = 216+81+32=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D85120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85120 is #27AEDF. Grayscale: #747474. Windows color (decimal): -2600672 or 2118104. OLE color: 2118104.

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

Color convert

RGB 216 81 32 -
CMYK 0 0.62 0.85 0.15
HSL 15.98º 0.74% 0.49% -
HSV(B) 15.98º 0.85% 0.85% -
XYZ 31.52 20.59 3.68 -
YUV 115.78 80.73 199.48 -
System Red Green Blue C M Y K H S L
Decimal 216 81 32 0 0.62 0.85 0.15 15.98 0.74 0.49
Hex D8 51 20 0 3E 55 F 10 4A 31
Octal 330 121 40 0 76 125 17 20 112 61
Binary 11011000 1010001 100000 0 111110 1010101 1111 10000 1001010 110001

Color Harmonies of #D85120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85120

Black with #D85120

Text Example


Text Example

White with #D85120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85120; }

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

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

background-color css

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

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

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

border-color css

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

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

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