Html Css Color HEX #E05A3D Chilean Fire

📋 copy color: '#E05A3D'

red 224 ◦ green 90 ◦ blue 61

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

Shades of Chilean Fire #E05A3D

Tints of Chilean Fire #E05A3D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24%

 BLUE value IS 61 (24.22% from 255) = 16.27%

R = 59.73%
G = 24%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E05A3D (or 0xE05A3D) is known color: Chilean Fire. HEX triplet: E0, 5A and 3D. RGB value is (224,90,61). Sum of RGB (Red+Green+Blue) = 224+90+61=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05A3D is #1FA5C2. Grayscale: #7F7F7F. Windows color (decimal): -2074051 or 4020960. OLE color: 4020960.

HSL color Cylindrical-coordinate representation of color #E05A3D: hue angle of 10.67º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E05A3D is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 90 61 -
CMYK 0 0.60 0.73 0.12
HSL 10.67º 0.72% 0.56% -
HSV(B) 10.67º 0.73% 0.88% -
XYZ 35.24 23.5 7.09 -
YUV 126.76 90.89 197.36 -
System Red Green Blue C M Y K H S L
Decimal 224 90 61 0 0.60 0.73 0.12 10.67 0.72 0.56
Hex E0 5A 3D 0 3C 49 C B 48 38
Octal 340 132 75 0 74 111 14 13 110 70
Binary 11100000 1011010 111101 0 111100 1001001 1100 1011 1001000 111000

Color Harmonies of #E05A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A3D

Black with #E05A3D

Text Example


Text Example

White with #E05A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A3D; }

 p { color: rgb(224,90,61); }

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

background-color css

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

 a { background-color: rgb(224,90,61); }

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

border-color css

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

 span { border-color: rgb(224,90,61); }

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