#DD563A

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

Shades of Chilean Fire #DD563A

Tints of Chilean Fire #DD563A

Color information

#DD563A (or 0xDD563A) is unknown color: approx Chilean Fire. HEX triplet: DD, 56 and 3A. RGB value is (221,86,58). Sum of RGB (Red+Green+Blue) = 221+86+58=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD563A is #22A9C5. Grayscale: #7B7B7B. Windows color (decimal): -2271686 or 3823325. OLE color: 3823325.

HSL color Cylindrical-coordinate representation of color #DD563A: hue angle of 10.31º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD563A is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB2218658-
CMYK00.610.740.13
HSL10.31º70.56%54.71%-
HSV(B)10.31º73.76%86.67%-
XYZ33.9122.336.53-
YUV123.1791.23197.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.55%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 58 (23.05% from 255) = 15.89%
R=60.55%
G=23.56%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221865800.610.740.1310.3170.5654.71
HexDD563A03D4ADa4737
Octal33512672075112151210767
Binary11011101101011011101001111011001010110110101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD563A; }

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

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

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

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

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

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

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

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