#DE5333

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

Shades of Chilean Fire #DE5333

Tints of Chilean Fire #DE5333

Color information

#DE5333 (or 0xDE5333) is unknown color: approx Chilean Fire. HEX triplet: DE, 53 and 33. RGB value is (222,83,51). Sum of RGB (Red+Green+Blue) = 222+83+51=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5333 is #21ACCC. Grayscale: #797979. Windows color (decimal): -2206925 or 3363806. OLE color: 3363806.

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

Color convert

RGB2228351-
CMYK00.630.770.13
HSL11.23º72.15%53.53%-
HSV(B)11.23º77.03%87.06%-
XYZ33.8121.965.59-
YUV120.9188.55200.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 62.36%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 51 (20.31% from 255) = 14.33%
R=62.36%
G=23.31%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222835100.630.770.1311.2372.1553.53
HexDE533303F4DDb4836
Octal33612363077115151311066
Binary11011110101001111001101111111001101110110111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5333; }

 p { color: rgb(222,83,51); }

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

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

 a { background-color: rgb(222,83,51); }

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

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

 span { border-color: rgb(222,83,51); }

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