Html Css Color HEX #D85824 Chilean Fire

📋 copy color: '#D85824'

red 216 ◦ green 88 ◦ blue 36

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

Shades of Chilean Fire #D85824

Tints of Chilean Fire #D85824

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.88%

 BLUE value IS 36 (14.45% from 255) = 10.59%

R = 63.53%
G = 25.88%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D85824 (or 0xD85824) is known color: Chilean Fire. HEX triplet: D8, 58 and 24. RGB value is (216,88,36). Sum of RGB (Red+Green+Blue) = 216+88+36=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D85824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85824 is #27A7DB. Grayscale: #787878. Windows color (decimal): -2598876 or 2382040. OLE color: 2382040.

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

Color convert

RGB 216 88 36 -
CMYK 0 0.59 0.83 0.15
HSL 17.33º 0.71% 0.49% -
HSV(B) 17.33º 0.83% 0.85% -
XYZ 32.13 21.71 4.17 -
YUV 120.34 80.41 196.23 -
System Red Green Blue C M Y K H S L
Decimal 216 88 36 0 0.59 0.83 0.15 17.33 0.71 0.49
Hex D8 58 24 0 3B 53 F 11 47 31
Octal 330 130 44 0 73 123 17 21 107 61
Binary 11011000 1011000 100100 0 111011 1010011 1111 10001 1000111 110001

Color Harmonies of #D85824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85824

Black with #D85824

Text Example


Text Example

White with #D85824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85824; }

 p { color: rgb(216,88,36); }

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

background-color css

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

 a { background-color: rgb(216,88,36); }

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

border-color css

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

 span { border-color: rgb(216,88,36); }

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