Html Css Color HEX #D85725 Chilean Fire

📋 copy color: '#D85725'

red 216 ◦ green 87 ◦ blue 37

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

Shades of Chilean Fire #D85725

Tints of Chilean Fire #D85725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.88%

R = 63.53%
G = 25.59%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D85725 (or 0xD85725) is known color: Chilean Fire. HEX triplet: D8, 57 and 25. RGB value is (216,87,37). Sum of RGB (Red+Green+Blue) = 216+87+37=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D85725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85725 is #27A8DA. Grayscale: #787878. Windows color (decimal): -2599131 or 2447320. OLE color: 2447320.

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

Color convert

RGB 216 87 37 -
CMYK 0 0.60 0.83 0.15
HSL 16.76º 0.71% 0.5% -
HSV(B) 16.76º 0.83% 0.85% -
XYZ 32.06 21.55 4.22 -
YUV 119.87 81.24 196.57 -
System Red Green Blue C M Y K H S L
Decimal 216 87 37 0 0.60 0.83 0.15 16.76 0.71 0.5
Hex D8 57 25 0 3C 53 F 11 47 32
Octal 330 127 45 0 74 123 17 21 107 62
Binary 11011000 1010111 100101 0 111100 1010011 1111 10001 1000111 110010

Color Harmonies of #D85725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85725

Black with #D85725

Text Example


Text Example

White with #D85725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85725; }

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

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

background-color css

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

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

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

border-color css

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

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

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