Html Css Color HEX #E3552A Chilean Fire

📋 copy color: '#E3552A'

red 227 ◦ green 85 ◦ blue 42

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

Shades of Chilean Fire #E3552A

Tints of Chilean Fire #E3552A

RGB

 RED value IS 227 (89.06% from 255) = 64.12%

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

 BLUE value IS 42 (16.8% from 255) = 11.86%

R = 64.12%
G = 24.01%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3552A (or 0xE3552A) is known color: Chilean Fire. HEX triplet: E3, 55 and 2A. RGB value is (227,85,42). Sum of RGB (Red+Green+Blue) = 227+85+42=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E3552A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3552A is #1CAAD5. Grayscale: #7A7A7A. Windows color (decimal): -1878742 or 2774499. OLE color: 2774499.

HSL color Cylindrical-coordinate representation of color #E3552A: hue angle of 13.95º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E3552A is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 85 42 -
CMYK 0 0.63 0.81 0.11
HSL 13.95º 0.77% 0.53% -
HSV(B) 13.95º 0.81% 0.89% -
XYZ 35.34 23 4.77 -
YUV 122.56 82.54 202.5 -
System Red Green Blue C M Y K H S L
Decimal 227 85 42 0 0.63 0.81 0.11 13.95 0.77 0.53
Hex E3 55 2A 0 3F 51 B E 4D 35
Octal 343 125 52 0 77 121 13 16 115 65
Binary 11100011 1010101 101010 0 111111 1010001 1011 1110 1001101 110101

Color Harmonies of #E3552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3552A

Black with #E3552A

Text Example


Text Example

White with #E3552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3552A; }

 p { color: rgb(227,85,42); }

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

background-color css

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

 a { background-color: rgb(227,85,42); }

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

border-color css

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

 span { border-color: rgb(227,85,42); }

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