Html Css Color HEX #D85839 Chilean Fire

📋 copy color: '#D85839'

red 216 ◦ green 88 ◦ blue 57

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

Shades of Chilean Fire #D85839

Tints of Chilean Fire #D85839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.79%

R = 59.83%
G = 24.38%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D85839 (or 0xD85839) is known color: Chilean Fire. HEX triplet: D8, 58 and 39. RGB value is (216,88,57). Sum of RGB (Red+Green+Blue) = 216+88+57=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D85839 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85839 is #27A7C6. Grayscale: #7A7A7A. Windows color (decimal): -2598855 or 3758296. OLE color: 3758296.

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

Color convert

RGB 216 88 57 -
CMYK 0 0.59 0.74 0.15
HSL 11.7º 0.67% 0.54% -
HSV(B) 11.7º 0.74% 0.85% -
XYZ 32.55 21.87 6.38 -
YUV 122.74 90.91 194.52 -
System Red Green Blue C M Y K H S L
Decimal 216 88 57 0 0.59 0.74 0.15 11.7 0.67 0.54
Hex D8 58 39 0 3B 4A F C 43 36
Octal 330 130 71 0 73 112 17 14 103 66
Binary 11011000 1011000 111001 0 111011 1001010 1111 1100 1000011 110110

Color Harmonies of #D85839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85839

Black with #D85839

Text Example


Text Example

White with #D85839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85839; }

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

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

background-color css

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

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

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

border-color css

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

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

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