Html Css Color HEX #E15528 Chilean Fire

📋 copy color: '#E15528'

red 225 ◦ green 85 ◦ blue 40

#E15528
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #E15528

Tints of Chilean Fire #E15528

RGB

 RED value IS 225 (88.28% from 255) = 64.29%

 GREEN value IS 85 (33.59% from 255) = 24.29%

 BLUE value IS 40 (16.02% from 255) = 11.43%

R = 64.29%
G = 24.29%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E15528 (or 0xE15528) is known color: Chilean Fire. HEX triplet: E1, 55 and 28. RGB value is (225,85,40). Sum of RGB (Red+Green+Blue) = 225+85+40=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E15528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15528 is #1EAAD7. Grayscale: #7A7A7A. Windows color (decimal): -2009816 or 2643425. OLE color: 2643425.

HSL color Cylindrical-coordinate representation of color #E15528: hue angle of 14.59º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E15528 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 85 40 -
CMYK 0 0.62 0.82 0.12
HSL 14.59º 0.76% 0.52% -
HSV(B) 14.59º 0.82% 0.88% -
XYZ 34.68 22.66 4.55 -
YUV 121.73 81.88 201.66 -
System Red Green Blue C M Y K H S L
Decimal 225 85 40 0 0.62 0.82 0.12 14.59 0.76 0.52
Hex E1 55 28 0 3E 52 C F 4C 34
Octal 341 125 50 0 76 122 14 17 114 64
Binary 11100001 1010101 101000 0 111110 1010010 1100 1111 1001100 110100

Color Harmonies of #E15528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15528

Black with #E15528

Text Example


Text Example

White with #E15528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15528; }

 p { color: rgb(225,85,40); }

 H1.HeaderClassName
 {
   color: #E15528;
 }
 .AnyTagClassName
 {
   color: #E15528;
 }
</style>

background-color css

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

 a { background-color: rgb(225,85,40); }

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

border-color css

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

 span { border-color: rgb(225,85,40); }

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