Html Css Color HEX #D85827 Chilean Fire

📋 copy color: '#D85827'

red 216 ◦ green 88 ◦ blue 39

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

Shades of Chilean Fire #D85827

Tints of Chilean Fire #D85827

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.66%

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

R = 62.97%
G = 25.66%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D85827 (or 0xD85827) is known color: Chilean Fire. HEX triplet: D8, 58 and 27. RGB value is (216,88,39). Sum of RGB (Red+Green+Blue) = 216+88+39=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D85827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85827 is #27A7D8. Grayscale: #797979. Windows color (decimal): -2598873 or 2578648. OLE color: 2578648.

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

Color convert

RGB 216 88 39 -
CMYK 0 0.59 0.82 0.15
HSL 16.61º 0.69% 0.5% -
HSV(B) 16.61º 0.82% 0.85% -
XYZ 32.17 21.72 4.42 -
YUV 120.69 81.91 195.98 -
System Red Green Blue C M Y K H S L
Decimal 216 88 39 0 0.59 0.82 0.15 16.61 0.69 0.5
Hex D8 58 27 0 3B 52 F 11 45 32
Octal 330 130 47 0 73 122 17 21 105 62
Binary 11011000 1011000 100111 0 111011 1010010 1111 10001 1000101 110010

Color Harmonies of #D85827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85827

Black with #D85827

Text Example


Text Example

White with #D85827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85827; }

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

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

background-color css

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

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

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

border-color css

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

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

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