Html Css Color HEX #E35A34 Chilean Fire

📋 copy color: '#E35A34'

red 227 ◦ green 90 ◦ blue 52

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

Shades of Chilean Fire #E35A34

Tints of Chilean Fire #E35A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 61.52%
G = 24.39%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E35A34 (or 0xE35A34) is known color: Chilean Fire. HEX triplet: E3, 5A and 34. RGB value is (227,90,52). Sum of RGB (Red+Green+Blue) = 227+90+52=369 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.52% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35A34 is #1CA5CB. Grayscale: #7E7E7E. Windows color (decimal): -1877452 or 3431139. OLE color: 3431139.

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

Color convert

RGB 227 90 52 -
CMYK 0 0.60 0.77 0.11
HSL 13.03º 0.76% 0.55% -
HSV(B) 13.03º 0.77% 0.89% -
XYZ 35.95 23.89 5.97 -
YUV 126.63 85.89 199.59 -
System Red Green Blue C M Y K H S L
Decimal 227 90 52 0 0.60 0.77 0.11 13.03 0.76 0.55
Hex E3 5A 34 0 3C 4D B D 4C 37
Octal 343 132 64 0 74 115 13 15 114 67
Binary 11100011 1011010 110100 0 111100 1001101 1011 1101 1001100 110111

Color Harmonies of #E35A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A34

Black with #E35A34

Text Example


Text Example

White with #E35A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A34; }

 p { color: rgb(227,90,52); }

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

background-color css

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

 a { background-color: rgb(227,90,52); }

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

border-color css

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

 span { border-color: rgb(227,90,52); }

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