Html Css Color HEX #D85521 Chilean Fire

📋 copy color: '#D85521'

red 216 ◦ green 85 ◦ blue 33

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

Shades of Chilean Fire #D85521

Tints of Chilean Fire #D85521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.45%

 BLUE value IS 33 (13.28% from 255) = 9.88%

R = 64.67%
G = 25.45%
B = 9.88%

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

#D85521 (or 0xD85521) is known color: Chilean Fire. HEX triplet: D8, 55 and 21. RGB value is (216,85,33). Sum of RGB (Red+Green+Blue) = 216+85+33=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D85521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85521 is #27AADE. Grayscale: #767676. Windows color (decimal): -2599647 or 2184664. OLE color: 2184664.

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

Color convert

RGB 216 85 33 -
CMYK 0 0.61 0.85 0.15
HSL 17.05º 0.73% 0.49% -
HSV(B) 17.05º 0.85% 0.85% -
XYZ 31.84 21.21 3.85 -
YUV 118.24 79.9 197.73 -
System Red Green Blue C M Y K H S L
Decimal 216 85 33 0 0.61 0.85 0.15 17.05 0.73 0.49
Hex D8 55 21 0 3D 55 F 11 49 31
Octal 330 125 41 0 75 125 17 21 111 61
Binary 11011000 1010101 100001 0 111101 1010101 1111 10001 1001001 110001

Color Harmonies of #D85521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85521

Black with #D85521

Text Example


Text Example

White with #D85521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85521; }

 p { color: rgb(216,85,33); }

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

background-color css

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

 a { background-color: rgb(216,85,33); }

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

border-color css

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

 span { border-color: rgb(216,85,33); }

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