Html Css Color HEX #E05630 Chilean Fire

📋 copy color: '#E05630'

red 224 ◦ green 86 ◦ blue 48

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

Shades of Chilean Fire #E05630

Tints of Chilean Fire #E05630

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

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

R = 62.57%
G = 24.02%
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

#E05630 (or 0xE05630) is known color: Chilean Fire. HEX triplet: E0, 56 and 30. RGB value is (224,86,48). Sum of RGB (Red+Green+Blue) = 224+86+48=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E05630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05630 is #1FA9CF. Grayscale: #7B7B7B. Windows color (decimal): -2075088 or 3167968. OLE color: 3167968.

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

Color convert

RGB 224 86 48 -
CMYK 0 0.62 0.79 0.12
HSL 12.95º 0.74% 0.53% -
HSV(B) 12.95º 0.79% 0.88% -
XYZ 34.6 22.72 5.36 -
YUV 122.93 85.72 200.09 -
System Red Green Blue C M Y K H S L
Decimal 224 86 48 0 0.62 0.79 0.12 12.95 0.74 0.53
Hex E0 56 30 0 3E 4F C D 4A 35
Octal 340 126 60 0 76 117 14 15 112 65
Binary 11100000 1010110 110000 0 111110 1001111 1100 1101 1001010 110101

Color Harmonies of #E05630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05630

Black with #E05630

Text Example


Text Example

White with #E05630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05630; }

 p { color: rgb(224,86,48); }

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

background-color css

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

 a { background-color: rgb(224,86,48); }

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

border-color css

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

 span { border-color: rgb(224,86,48); }

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