#DE5B34

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

Shades of Chilean Fire #DE5B34

Tints of Chilean Fire #DE5B34

Color information

#DE5B34 (or 0xDE5B34) is unknown color: approx Chilean Fire. HEX triplet: DE, 5B and 34. RGB value is (222,91,52). Sum of RGB (Red+Green+Blue) = 222+91+52=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5B34 is #21A4CB. Grayscale: #7E7E7E. Windows color (decimal): -2204876 or 3431390. OLE color: 3431390.

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

Color convert

RGB2229152-
CMYK00.590.770.13
HSL13.76º72.03%53.73%-
HSV(B)13.76º76.58%87.06%-
XYZ34.4923.265.92-
YUV125.7286.4196.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.82%
GREEN value IS 91 (35.94% from 255) = 24.93%
BLUE value IS 52 (20.70% from 255) = 14.25%
R=60.82%
G=24.93%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222915200.590.770.1313.7672.0353.73
HexDE5B3403B4DDe4836
Octal33613364073115151611066
Binary11011110101101111010001110111001101110111101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5B34; }

 p { color: rgb(222,91,52); }

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

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

 a { background-color: rgb(222,91,52); }

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

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

 span { border-color: rgb(222,91,52); }

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