Html Css Color HEX #D85636 Chilean Fire

📋 copy color: '#D85636'

red 216 ◦ green 86 ◦ blue 54

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

Shades of Chilean Fire #D85636

Tints of Chilean Fire #D85636

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.16%

 BLUE value IS 54 (21.48% from 255) = 15.17%

R = 60.67%
G = 24.16%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D85636 (or 0xD85636) is known color: Chilean Fire. HEX triplet: D8, 56 and 36. RGB value is (216,86,54). Sum of RGB (Red+Green+Blue) = 216+86+54=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D85636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85636 is #27A9C9. Grayscale: #797979. Windows color (decimal): -2599370 or 3561176. OLE color: 3561176.

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

Color convert

RGB 216 86 54 -
CMYK 0 0.60 0.75 0.15
HSL 11.85º 0.68% 0.53% -
HSV(B) 11.85º 0.75% 0.85% -
XYZ 32.31 21.52 5.94 -
YUV 121.22 90.07 195.6 -
System Red Green Blue C M Y K H S L
Decimal 216 86 54 0 0.60 0.75 0.15 11.85 0.68 0.53
Hex D8 56 36 0 3C 4B F C 44 35
Octal 330 126 66 0 74 113 17 14 104 65
Binary 11011000 1010110 110110 0 111100 1001011 1111 1100 1000100 110101

Color Harmonies of #D85636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85636

Black with #D85636

Text Example


Text Example

White with #D85636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85636; }

 p { color: rgb(216,86,54); }

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

background-color css

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

 a { background-color: rgb(216,86,54); }

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

border-color css

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

 span { border-color: rgb(216,86,54); }

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