Html Css Color HEX #D85538 Chilean Fire

📋 copy color: '#D85538'

red 216 ◦ green 85 ◦ blue 56

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

Shades of Chilean Fire #D85538

Tints of Chilean Fire #D85538

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

 BLUE value IS 56 (22.27% from 255) = 15.69%

R = 60.5%
G = 23.81%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D85538 (or 0xD85538) is known color: Chilean Fire. HEX triplet: D8, 55 and 38. RGB value is (216,85,56). Sum of RGB (Red+Green+Blue) = 216+85+56=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D85538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85538 is #27AAC7. Grayscale: #797979. Windows color (decimal): -2599624 or 3691992. OLE color: 3691992.

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

Color convert

RGB 216 85 56 -
CMYK 0 0.61 0.74 0.15
HSL 10.88º 0.67% 0.53% -
HSV(B) 10.88º 0.74% 0.85% -
XYZ 32.28 21.38 6.17 -
YUV 120.86 91.4 195.86 -
System Red Green Blue C M Y K H S L
Decimal 216 85 56 0 0.61 0.74 0.15 10.88 0.67 0.53
Hex D8 55 38 0 3D 4A F B 43 35
Octal 330 125 70 0 75 112 17 13 103 65
Binary 11011000 1010101 111000 0 111101 1001010 1111 1011 1000011 110101

Color Harmonies of #D85538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85538

Black with #D85538

Text Example


Text Example

White with #D85538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85538; }

 p { color: rgb(216,85,56); }

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

background-color css

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

 a { background-color: rgb(216,85,56); }

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

border-color css

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

 span { border-color: rgb(216,85,56); }

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