#D5643E

Color #D5643E Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #D5643E

Tints of Chilean Fire #D5643E

Color information

#D5643E (or 0xD5643E) is unknown color: approx Chilean Fire. HEX triplet: D5, 64 and 3E. RGB value is (213,100,62). Sum of RGB (Red+Green+Blue) = 213+100+62=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5643E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5643E is #2A9BC1. Grayscale: #818181. Windows color (decimal): -2792386 or 4089045. OLE color: 4089045.

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

Color convert

RGB21310062-
CMYK00.530.710.16
HSL15.1º64.26%53.92%-
HSV(B)15.1º70.89%83.53%-
XYZ32.8723.617.38-
YUV129.4689.94187.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.8%
GREEN value IS 100 (39.45% from 255) = 26.67%
BLUE value IS 62 (24.61% from 255) = 16.53%
R=56.8%
G=26.67%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131006200.530.710.1615.164.2653.92
HexD5643E0354710f4036
Octal32514476065107201710066
Binary110101011100100111110011010110001111000011111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5643E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5643E; }

 p { color: rgb(213,100,62); }

 H1.HeaderClassName
 {
   color: #D5643E;
 }
 .AnyTagClassName
 {
   color: #D5643E;
 }
</style>
background-color css

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

 a { background-color: rgb(213,100,62); }

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

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

 span { border-color: rgb(213,100,62); }

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