Html Css Color HEX #D85837 Chilean Fire

📋 copy color: '#D85837'

red 216 ◦ green 88 ◦ blue 55

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

Shades of Chilean Fire #D85837

Tints of Chilean Fire #D85837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.32%

R = 60.17%
G = 24.51%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D85837 (or 0xD85837) is known color: Chilean Fire. HEX triplet: D8, 58 and 37. RGB value is (216,88,55). Sum of RGB (Red+Green+Blue) = 216+88+55=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D85837 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85837 is #27A7C8. Grayscale: #7A7A7A. Windows color (decimal): -2598857 or 3627224. OLE color: 3627224.

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

Color convert

RGB 216 88 55 -
CMYK 0 0.59 0.75 0.15
HSL 12.3º 0.67% 0.53% -
HSV(B) 12.3º 0.75% 0.85% -
XYZ 32.5 21.85 6.12 -
YUV 122.51 89.91 194.68 -
System Red Green Blue C M Y K H S L
Decimal 216 88 55 0 0.59 0.75 0.15 12.3 0.67 0.53
Hex D8 58 37 0 3B 4B F C 43 35
Octal 330 130 67 0 73 113 17 14 103 65
Binary 11011000 1011000 110111 0 111011 1001011 1111 1100 1000011 110101

Color Harmonies of #D85837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85837

Black with #D85837

Text Example


Text Example

White with #D85837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85837; }

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

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

background-color css

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

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

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

border-color css

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

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

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