Html Css Color HEX #E05C25 Chilean Fire

📋 copy color: '#E05C25'

red 224 ◦ green 92 ◦ blue 37

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

Shades of Chilean Fire #E05C25

Tints of Chilean Fire #E05C25

RGB

 RED value IS 224 (87.89% from 255) = 63.46%

 GREEN value IS 92 (36.33% from 255) = 26.06%

 BLUE value IS 37 (14.84% from 255) = 10.48%

R = 63.46%
G = 26.06%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E05C25 (or 0xE05C25) is known color: Chilean Fire. HEX triplet: E0, 5C and 25. RGB value is (224,92,37). Sum of RGB (Red+Green+Blue) = 224+92+37=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05C25 is #1FA3DA. Grayscale: #7D7D7D. Windows color (decimal): -2073563 or 2448608. OLE color: 2448608.

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

Color convert

RGB 224 92 37 -
CMYK 0 0.59 0.83 0.12
HSL 17.65º 0.75% 0.51% -
HSV(B) 17.65º 0.83% 0.88% -
XYZ 34.9 23.64 4.47 -
YUV 125.2 78.23 198.47 -
System Red Green Blue C M Y K H S L
Decimal 224 92 37 0 0.59 0.83 0.12 17.65 0.75 0.51
Hex E0 5C 25 0 3B 53 C 12 4B 33
Octal 340 134 45 0 73 123 14 22 113 63
Binary 11100000 1011100 100101 0 111011 1010011 1100 10010 1001011 110011

Color Harmonies of #E05C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C25

Black with #E05C25

Text Example


Text Example

White with #E05C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C25; }

 p { color: rgb(224,92,37); }

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

background-color css

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

 a { background-color: rgb(224,92,37); }

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

border-color css

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

 span { border-color: rgb(224,92,37); }

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