#D8563B

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

Shades of Chilean Fire #D8563B

Tints of Chilean Fire #D8563B

Color information

#D8563B (or 0xD8563B) is unknown color: approx Chilean Fire. HEX triplet: D8, 56 and 3B. RGB value is (216,86,59). Sum of RGB (Red+Green+Blue) = 216+86+59=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D8563B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8563B is #27A9C4. Grayscale: #7A7A7A. Windows color (decimal): -2599365 or 3888856. OLE color: 3888856.

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

Color convert

RGB2168659-
CMYK00.600.730.15
HSL10.32º66.81%53.92%-
HSV(B)10.32º72.69%84.71%-
XYZ32.4421.576.59-
YUV121.7992.57195.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 59.83%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 59 (23.44% from 255) = 16.34%
R=59.83%
G=23.82%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216865900.600.730.1510.3266.8153.92
HexD8563B03C49Fa4336
Octal33012673074111171210366
Binary11011000101011011101101111001001001111110101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8563B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8563B; }

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

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

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

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

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

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

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

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