Html Css Color HEX #D85437 Chilean Fire

📋 copy color: '#D85437'

red 216 ◦ green 84 ◦ blue 55

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

Shades of Chilean Fire #D85437

Tints of Chilean Fire #D85437

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.66%

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

R = 60.85%
G = 23.66%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D85437 (or 0xD85437) is known color: Chilean Fire. HEX triplet: D8, 54 and 37. RGB value is (216,84,55). Sum of RGB (Red+Green+Blue) = 216+84+55=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D85437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85437 is #27ABC8. Grayscale: #787878. Windows color (decimal): -2599881 or 3626200. OLE color: 3626200.

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

Color convert

RGB 216 84 55 -
CMYK 0 0.61 0.75 0.15
HSL 10.81º 0.67% 0.53% -
HSV(B) 10.81º 0.75% 0.85% -
XYZ 32.18 21.22 6.01 -
YUV 120.16 91.23 196.36 -
System Red Green Blue C M Y K H S L
Decimal 216 84 55 0 0.61 0.75 0.15 10.81 0.67 0.53
Hex D8 54 37 0 3D 4B F B 43 35
Octal 330 124 67 0 75 113 17 13 103 65
Binary 11011000 1010100 110111 0 111101 1001011 1111 1011 1000011 110101

Color Harmonies of #D85437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85437

Black with #D85437

Text Example


Text Example

White with #D85437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85437; }

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

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

background-color css

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

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

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

border-color css

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

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

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