#dd5b2b

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

Shades of Chilean Fire #DD5B2B

Tints of Chilean Fire #DD5B2B

Color information

#DD5B2B (or 0xDD5B2B) is unknown color: approx Chilean Fire. HEX triplet: DD, 5B and 2B. RGB value is (221,91,43). Sum of RGB (Red+Green+Blue) = 221+91+43=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5B2B is #22A4D4. Grayscale: #7C7C7C. Windows color (decimal): -2270421 or 2841565. OLE color: 2841565.

HSL color Cylindrical-coordinate representation of color #DD5B2B: hue angle of 16.18º 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 #DD5B2B is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB2219143-
CMYK00.590.810.13
HSL16.18º72.36%51.76%-
HSV(B)16.18º80.54%86.67%-
XYZ3423.034.94-
YUV124.482.07196.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.25%
GREEN value IS 91 (35.94% from 255) = 25.63%
BLUE value IS 43 (17.19% from 255) = 12.11%
R=62.25%
G=25.63%
B=12.11%

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
Decimal221914300.590.810.1316.1872.3651.76
HexDD5B2B03B51D104834
Octal33513353073121152011064
Binary110111011011011101011011101110100011101100001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd5b2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd5b2b; }

 p { color: rgb(221,91,43); }

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

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

 a { background-color: rgb(221,91,43); }

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

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

 span { border-color: rgb(221,91,43); }

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