#e25835

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

Shades of Chilean Fire #E25835

Tints of Chilean Fire #E25835

Color information

#E25835 (or 0xE25835) is unknown color: approx Chilean Fire. HEX triplet: E2, 58 and 35. RGB value is (226,88,53). Sum of RGB (Red+Green+Blue) = 226+88+53=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E25835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25835 is #1DA7CA. Grayscale: #7D7D7D. Windows color (decimal): -1943499 or 3496162. OLE color: 3496162.

HSL color Cylindrical-coordinate representation of color #E25835: hue angle of 12.14º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E25835 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB2268853-
CMYK00.610.770.11
HSL12.14º74.89%54.71%-
HSV(B)12.14º76.55%88.63%-
XYZ35.523.416.01-
YUV125.2787.22199.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 61.58%
GREEN value IS 88 (34.77% from 255) = 23.98%
BLUE value IS 53 (21.09% from 255) = 14.44%
R=61.58%
G=23.98%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226885300.610.770.1112.1474.8954.71
HexE2583503D4DBc4b37
Octal34213065075115131411367
Binary11100010101100011010101111011001101101111001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e25835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e25835; }

 p { color: rgb(226,88,53); }

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

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

 a { background-color: rgb(226,88,53); }

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

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

 span { border-color: rgb(226,88,53); }

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