Html Css Color HEX #D65639 Chilean Fire

📋 copy color: '#D65639'

red 214 ◦ green 86 ◦ blue 57

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

Shades of Chilean Fire #D65639

Tints of Chilean Fire #D65639

RGB

 RED value IS 214 (83.98% from 255) = 59.94%

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

 BLUE value IS 57 (22.66% from 255) = 15.97%

R = 59.94%
G = 24.09%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D65639 (or 0xD65639) is known color: Chilean Fire. HEX triplet: D6, 56 and 39. RGB value is (214,86,57). Sum of RGB (Red+Green+Blue) = 214+86+57=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D65639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65639 is #29A9C6. Grayscale: #797979. Windows color (decimal): -2730439 or 3757782. OLE color: 3757782.

HSL color Cylindrical-coordinate representation of color #D65639: hue angle of 11.08º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D65639 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 86 57 -
CMYK 0 0.60 0.73 0.16
HSL 11.08º 0.66% 0.53% -
HSV(B) 11.08º 0.73% 0.84% -
XYZ 31.8 21.25 6.3 -
YUV 120.97 91.91 194.36 -
System Red Green Blue C M Y K H S L
Decimal 214 86 57 0 0.60 0.73 0.16 11.08 0.66 0.53
Hex D6 56 39 0 3C 49 10 B 42 35
Octal 326 126 71 0 74 111 20 13 102 65
Binary 11010110 1010110 111001 0 111100 1001001 10000 1011 1000010 110101

Color Harmonies of #D65639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65639

Black with #D65639

Text Example


Text Example

White with #D65639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65639; }

 p { color: rgb(214,86,57); }

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

background-color css

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

 a { background-color: rgb(214,86,57); }

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

border-color css

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

 span { border-color: rgb(214,86,57); }

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