#DD5933

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

Shades of Chilean Fire #DD5933

Tints of Chilean Fire #DD5933

Color information

#DD5933 (or 0xDD5933) is unknown color: approx Chilean Fire. HEX triplet: DD, 59 and 33. RGB value is (221,89,51). Sum of RGB (Red+Green+Blue) = 221+89+51=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5933 is #22A6CC. Grayscale: #7C7C7C. Windows color (decimal): -2270925 or 3365341. OLE color: 3365341.

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

Color convert

RGB2218951-
CMYK00.600.770.13
HSL13.41º71.43%53.33%-
HSV(B)13.41º76.92%86.67%-
XYZ33.9922.765.73-
YUV124.1486.73197.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.22%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 51 (20.31% from 255) = 14.13%
R=61.22%
G=24.65%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221895100.600.770.1313.4171.4353.33
HexDD593303C4DDd4735
Octal33513163074115151510765
Binary11011101101100111001101111001001101110111011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5933; }

 p { color: rgb(221,89,51); }

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

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

 a { background-color: rgb(221,89,51); }

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

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

 span { border-color: rgb(221,89,51); }

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