Html Css Color HEX #E05425 Chilean Fire

📋 copy color: '#E05425'

red 224 ◦ green 84 ◦ blue 37

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

Shades of Chilean Fire #E05425

Tints of Chilean Fire #E05425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.35%

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

R = 64.93%
G = 24.35%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E05425 (or 0xE05425) is known color: Chilean Fire. HEX triplet: E0, 54 and 25. RGB value is (224,84,37). Sum of RGB (Red+Green+Blue) = 224+84+37=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E05425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05425 is #1FABDA. Grayscale: #787878. Windows color (decimal): -2075611 or 2446560. OLE color: 2446560.

HSL color Cylindrical-coordinate representation of color #E05425: hue angle of 15.08º 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 #E05425 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 84 37 -
CMYK 0 0.62 0.83 0.12
HSL 15.08º 0.75% 0.51% -
HSV(B) 15.08º 0.83% 0.88% -
XYZ 34.24 22.32 4.25 -
YUV 120.5 80.88 201.82 -
System Red Green Blue C M Y K H S L
Decimal 224 84 37 0 0.62 0.83 0.12 15.08 0.75 0.51
Hex E0 54 25 0 3E 53 C F 4B 33
Octal 340 124 45 0 76 123 14 17 113 63
Binary 11100000 1010100 100101 0 111110 1010011 1100 1111 1001011 110011

Color Harmonies of #E05425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05425

Black with #E05425

Text Example


Text Example

White with #E05425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05425; }

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

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

background-color css

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

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

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

border-color css

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

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

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