Html Css Color HEX #E0552E Chilean Fire

📋 copy color: '#E0552E'

red 224 ◦ green 85 ◦ blue 46

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

Shades of Chilean Fire #E0552E

Tints of Chilean Fire #E0552E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.96%

R = 63.1%
G = 23.94%
B = 12.96%

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

#E0552E (or 0xE0552E) is known color: Chilean Fire. HEX triplet: E0, 55 and 2E. RGB value is (224,85,46). Sum of RGB (Red+Green+Blue) = 224+85+46=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E0552E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0552E is #1FAAD1. Grayscale: #7A7A7A. Windows color (decimal): -2075346 or 3036640. OLE color: 3036640.

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

Color convert

RGB 224 85 46 -
CMYK 0 0.62 0.79 0.12
HSL 13.15º 0.74% 0.53% -
HSV(B) 13.15º 0.79% 0.88% -
XYZ 34.48 22.54 5.12 -
YUV 122.12 85.05 200.67 -
System Red Green Blue C M Y K H S L
Decimal 224 85 46 0 0.62 0.79 0.12 13.15 0.74 0.53
Hex E0 55 2E 0 3E 4F C D 4A 35
Octal 340 125 56 0 76 117 14 15 112 65
Binary 11100000 1010101 101110 0 111110 1001111 1100 1101 1001010 110101

Color Harmonies of #E0552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0552E

Black with #E0552E

Text Example


Text Example

White with #E0552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0552E; }

 p { color: rgb(224,85,46); }

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

background-color css

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

 a { background-color: rgb(224,85,46); }

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

border-color css

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

 span { border-color: rgb(224,85,46); }

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