#D3563A

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

Shades of Chilean Fire #D3563A

Tints of Chilean Fire #D3563A

Color information

#D3563A (or 0xD3563A) is unknown color: approx Chilean Fire. HEX triplet: D3, 56 and 3A. RGB value is (211,86,58). Sum of RGB (Red+Green+Blue) = 211+86+58=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D3563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3563A is #2CA9C5. Grayscale: #787878. Windows color (decimal): -2927046 or 3823315. OLE color: 3823315.

HSL color Cylindrical-coordinate representation of color #D3563A: hue angle of 10.98º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3563A is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB2118658-
CMYK00.590.730.17
HSL10.98º63.49%52.75%-
HSV(B)10.98º72.51%82.75%-
XYZ30.9620.816.39-
YUV120.1892.91192.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 59.44%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 58 (23.05% from 255) = 16.34%
R=59.44%
G=24.23%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211865800.590.730.1710.9863.4952.75
HexD3563A03B4911b3f35
Octal3231267207311121137765
Binary11010011101011011101001110111001001100011011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3563A; }

 p { color: rgb(211,86,58); }

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

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

 a { background-color: rgb(211,86,58); }

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

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

 span { border-color: rgb(211,86,58); }

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