Html Css Color HEX #D85D38 Chilean Fire

📋 copy color: '#D85D38'

red 216 ◦ green 93 ◦ blue 56

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

Shades of Chilean Fire #D85D38

Tints of Chilean Fire #D85D38

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.48%

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

R = 59.18%
G = 25.48%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D85D38 (or 0xD85D38) is known color: Chilean Fire. HEX triplet: D8, 5D and 38. RGB value is (216,93,56). Sum of RGB (Red+Green+Blue) = 216+93+56=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85D38 is #27A2C7. Grayscale: #7D7D7D. Windows color (decimal): -2597576 or 3694040. OLE color: 3694040.

HSL color Cylindrical-coordinate representation of color #D85D38: hue angle of 13.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 #D85D38 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 93 56 -
CMYK 0 0.57 0.74 0.15
HSL 13.88º 0.67% 0.53% -
HSV(B) 13.88º 0.74% 0.85% -
XYZ 32.95 22.71 6.39 -
YUV 125.56 88.75 192.51 -
System Red Green Blue C M Y K H S L
Decimal 216 93 56 0 0.57 0.74 0.15 13.88 0.67 0.53
Hex D8 5D 38 0 39 4A F E 43 35
Octal 330 135 70 0 71 112 17 16 103 65
Binary 11011000 1011101 111000 0 111001 1001010 1111 1110 1000011 110101

Color Harmonies of #D85D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D38

Black with #D85D38

Text Example


Text Example

White with #D85D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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