Html Css Color HEX #E15530 Chilean Fire

📋 copy color: '#E15530'

red 225 ◦ green 85 ◦ blue 48

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

Shades of Chilean Fire #E15530

Tints of Chilean Fire #E15530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.41%

R = 62.85%
G = 23.74%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E15530 (or 0xE15530) is known color: Chilean Fire. HEX triplet: E1, 55 and 30. RGB value is (225,85,48). Sum of RGB (Red+Green+Blue) = 225+85+48=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E15530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15530 is #1EAACF. Grayscale: #7A7A7A. Windows color (decimal): -2009808 or 3167713. OLE color: 3167713.

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

Color convert

RGB 225 85 48 -
CMYK 0 0.62 0.79 0.12
HSL 12.54º 0.75% 0.54% -
HSV(B) 12.54º 0.79% 0.88% -
XYZ 34.83 22.72 5.35 -
YUV 122.64 85.88 201.01 -
System Red Green Blue C M Y K H S L
Decimal 225 85 48 0 0.62 0.79 0.12 12.54 0.75 0.54
Hex E1 55 30 0 3E 4F C D 4B 36
Octal 341 125 60 0 76 117 14 15 113 66
Binary 11100001 1010101 110000 0 111110 1001111 1100 1101 1001011 110110

Color Harmonies of #E15530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15530

Black with #E15530

Text Example


Text Example

White with #E15530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15530; }

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

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

background-color css

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

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

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

border-color css

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

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

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