Html Css Color HEX #D85635 Chilean Fire

📋 copy color: '#D85635'

red 216 ◦ green 86 ◦ blue 53

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

Shades of Chilean Fire #D85635

Tints of Chilean Fire #D85635

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.23%

 BLUE value IS 53 (21.09% from 255) = 14.93%

R = 60.85%
G = 24.23%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D85635 (or 0xD85635) is known color: Chilean Fire. HEX triplet: D8, 56 and 35. RGB value is (216,86,53). Sum of RGB (Red+Green+Blue) = 216+86+53=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D85635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85635 is #27A9CA. Grayscale: #797979. Windows color (decimal): -2599371 or 3495640. OLE color: 3495640.

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

Color convert

RGB 216 86 53 -
CMYK 0 0.60 0.75 0.15
HSL 12.15º 0.68% 0.53% -
HSV(B) 12.15º 0.75% 0.85% -
XYZ 32.29 21.51 5.82 -
YUV 121.11 89.57 195.68 -
System Red Green Blue C M Y K H S L
Decimal 216 86 53 0 0.60 0.75 0.15 12.15 0.68 0.53
Hex D8 56 35 0 3C 4B F C 44 35
Octal 330 126 65 0 74 113 17 14 104 65
Binary 11011000 1010110 110101 0 111100 1001011 1111 1100 1000100 110101

Color Harmonies of #D85635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85635

Black with #D85635

Text Example


Text Example

White with #D85635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85635; }

 p { color: rgb(216,86,53); }

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

background-color css

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

 a { background-color: rgb(216,86,53); }

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

border-color css

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

 span { border-color: rgb(216,86,53); }

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