Html Css Color HEX #D65E3C Chilean Fire

📋 copy color: '#D65E3C'

red 214 ◦ green 94 ◦ blue 60

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

Shades of Chilean Fire #D65E3C

Tints of Chilean Fire #D65E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.3%

R = 58.15%
G = 25.54%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D65E3C (or 0xD65E3C) is known color: Chilean Fire. HEX triplet: D6, 5E and 3C. RGB value is (214,94,60). Sum of RGB (Red+Green+Blue) = 214+94+60=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65E3C is #29A1C3. Grayscale: #7E7E7E. Windows color (decimal): -2728388 or 3956438. OLE color: 3956438.

HSL color Cylindrical-coordinate representation of color #D65E3C: hue angle of 13.25º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D65E3C is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 94 60 -
CMYK 0 0.56 0.72 0.16
HSL 13.25º 0.65% 0.54% -
HSV(B) 13.25º 0.72% 0.84% -
XYZ 32.55 22.63 6.93 -
YUV 126 90.76 190.76 -
System Red Green Blue C M Y K H S L
Decimal 214 94 60 0 0.56 0.72 0.16 13.25 0.65 0.54
Hex D6 5E 3C 0 38 48 10 D 41 36
Octal 326 136 74 0 70 110 20 15 101 66
Binary 11010110 1011110 111100 0 111000 1001000 10000 1101 1000001 110110

Color Harmonies of #D65E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65E3C

Black with #D65E3C

Text Example


Text Example

White with #D65E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65E3C; }

 p { color: rgb(214,94,60); }

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

background-color css

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

 a { background-color: rgb(214,94,60); }

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

border-color css

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

 span { border-color: rgb(214,94,60); }

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