Html Css Color HEX #D85523 Chilean Fire

📋 copy color: '#D85523'

red 216 ◦ green 85 ◦ blue 35

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

Shades of Chilean Fire #D85523

Tints of Chilean Fire #D85523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.42%

R = 64.29%
G = 25.3%
B = 10.42%

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

#D85523 (or 0xD85523) is known color: Chilean Fire. HEX triplet: D8, 55 and 23. RGB value is (216,85,35). Sum of RGB (Red+Green+Blue) = 216+85+35=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D85523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85523 is #27AADC. Grayscale: #767676. Windows color (decimal): -2599645 or 2315736. OLE color: 2315736.

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

Color convert

RGB 216 85 35 -
CMYK 0 0.61 0.84 0.15
HSL 16.57º 0.72% 0.49% -
HSV(B) 16.57º 0.84% 0.85% -
XYZ 31.87 21.22 4.01 -
YUV 118.47 80.9 197.57 -
System Red Green Blue C M Y K H S L
Decimal 216 85 35 0 0.61 0.84 0.15 16.57 0.72 0.49
Hex D8 55 23 0 3D 54 F 11 48 31
Octal 330 125 43 0 75 124 17 21 110 61
Binary 11011000 1010101 100011 0 111101 1010100 1111 10001 1001000 110001

Color Harmonies of #D85523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85523

Black with #D85523

Text Example


Text Example

White with #D85523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85523; }

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

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

background-color css

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

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

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

border-color css

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

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

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