Html Css Color HEX #D85736 Chilean Fire

📋 copy color: '#D85736'

red 216 ◦ green 87 ◦ blue 54

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

Shades of Chilean Fire #D85736

Tints of Chilean Fire #D85736

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.37%

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

R = 60.5%
G = 24.37%
B = 15.13%

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

#D85736 (or 0xD85736) is known color: Chilean Fire. HEX triplet: D8, 57 and 36. RGB value is (216,87,54). Sum of RGB (Red+Green+Blue) = 216+87+54=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D85736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85736 is #27A8C9. Grayscale: #7A7A7A. Windows color (decimal): -2599114 or 3561432. OLE color: 3561432.

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

Color convert

RGB 216 87 54 -
CMYK 0 0.60 0.75 0.15
HSL 12.22º 0.68% 0.53% -
HSV(B) 12.22º 0.75% 0.85% -
XYZ 32.39 21.68 5.97 -
YUV 121.81 89.74 195.18 -
System Red Green Blue C M Y K H S L
Decimal 216 87 54 0 0.60 0.75 0.15 12.22 0.68 0.53
Hex D8 57 36 0 3C 4B F C 44 35
Octal 330 127 66 0 74 113 17 14 104 65
Binary 11011000 1010111 110110 0 111100 1001011 1111 1100 1000100 110101

Color Harmonies of #D85736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85736

Black with #D85736

Text Example


Text Example

White with #D85736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85736; }

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

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

background-color css

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

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

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

border-color css

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

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

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