#DD5D26

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

Shades of Chilean Fire #DD5D26

Tints of Chilean Fire #DD5D26

Color information

#DD5D26 (or 0xDD5D26) is unknown color: approx Chilean Fire. HEX triplet: DD, 5D and 26. RGB value is (221,93,38). Sum of RGB (Red+Green+Blue) = 221+93+38=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D26 is #22A2D9. Grayscale: #7D7D7D. Windows color (decimal): -2269914 or 2514397. OLE color: 2514397.

HSL color Cylindrical-coordinate representation of color #DD5D26: hue angle of 18.03º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD5D26 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB2219338-
CMYK00.580.830.13
HSL18.03º72.91%50.78%-
HSV(B)18.03º82.81%86.67%-
XYZ34.0823.344.54-
YUV12578.91196.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.78%
GREEN value IS 93 (36.72% from 255) = 26.42%
BLUE value IS 38 (15.23% from 255) = 10.80%
R=62.78%
G=26.42%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221933800.580.830.1318.0372.9150.78
HexDD5D2603A53D124933
Octal33513546072123152211163
Binary110111011011101100110011101010100111101100101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5D26; }

 p { color: rgb(221,93,38); }

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

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

 a { background-color: rgb(221,93,38); }

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

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

 span { border-color: rgb(221,93,38); }

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