Html Css Color HEX #D85E27 Chilean Fire

📋 copy color: '#D85E27'

red 216 ◦ green 94 ◦ blue 39

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

Shades of Chilean Fire #D85E27

Tints of Chilean Fire #D85E27

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.93%

 BLUE value IS 39 (15.63% from 255) = 11.17%

R = 61.89%
G = 26.93%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D85E27 (or 0xD85E27) is known color: Chilean Fire. HEX triplet: D8, 5E and 27. RGB value is (216,94,39). Sum of RGB (Red+Green+Blue) = 216+94+39=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E27 is #27A1D8. Grayscale: #7C7C7C. Windows color (decimal): -2597337 or 2580184. OLE color: 2580184.

HSL color Cylindrical-coordinate representation of color #D85E27: hue angle of 18.64º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D85E27 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 94 39 -
CMYK 0 0.56 0.82 0.15
HSL 18.64º 0.69% 0.5% -
HSV(B) 18.64º 0.82% 0.85% -
XYZ 32.69 22.75 4.59 -
YUV 124.21 79.92 193.47 -
System Red Green Blue C M Y K H S L
Decimal 216 94 39 0 0.56 0.82 0.15 18.64 0.69 0.5
Hex D8 5E 27 0 38 52 F 13 45 32
Octal 330 136 47 0 70 122 17 23 105 62
Binary 11011000 1011110 100111 0 111000 1010010 1111 10011 1000101 110010

Color Harmonies of #D85E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E27

Black with #D85E27

Text Example


Text Example

White with #D85E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E27; }

 p { color: rgb(216,94,39); }

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

background-color css

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

 a { background-color: rgb(216,94,39); }

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

border-color css

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

 span { border-color: rgb(216,94,39); }

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