#DD5A2A

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

Shades of Chilean Fire #DD5A2A

Tints of Chilean Fire #DD5A2A

Color information

#DD5A2A (or 0xDD5A2A) is unknown color: approx Chilean Fire. HEX triplet: DD, 5A and 2A. RGB value is (221,90,42). Sum of RGB (Red+Green+Blue) = 221+90+42=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A2A is #22A5D5. Grayscale: #7C7C7C. Windows color (decimal): -2270678 or 2775773. OLE color: 2775773.

HSL color Cylindrical-coordinate representation of color #DD5A2A: hue angle of 16.09º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD5A2A is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB2219042-
CMYK00.590.810.13
HSL16.09º72.47%51.57%-
HSV(B)16.09º81%86.67%-
XYZ33.8922.854.81-
YUV123.781.9197.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.61%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 42 (16.80% from 255) = 11.90%
R=62.61%
G=25.50%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221904200.590.810.1316.0972.4751.57
HexDD5A2A03B51D104834
Octal33513252073121152011064
Binary110111011011010101010011101110100011101100001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5A2A; }

 p { color: rgb(221,90,42); }

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

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

 a { background-color: rgb(221,90,42); }

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

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

 span { border-color: rgb(221,90,42); }

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