Html Css Color HEX #E35530 Chilean Fire

📋 copy color: '#E35530'

red 227 ◦ green 85 ◦ blue 48

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

Shades of Chilean Fire #E35530

Tints of Chilean Fire #E35530

RGB

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

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

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

R = 63.06%
G = 23.61%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E35530 (or 0xE35530) is known color: Chilean Fire. HEX triplet: E3, 55 and 30. RGB value is (227,85,48). Sum of RGB (Red+Green+Blue) = 227+85+48=360 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.06% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 227 - color contains mainly: red. Hex color #E35530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35530 is #1CAACF. Grayscale: #7B7B7B. Windows color (decimal): -1878736 or 3167715. OLE color: 3167715.

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

Color convert

RGB 227 85 48 -
CMYK 0 0.63 0.79 0.11
HSL 12.4º 0.76% 0.54% -
HSV(B) 12.4º 0.79% 0.89% -
XYZ 35.46 23.04 5.37 -
YUV 123.24 85.54 202.01 -
System Red Green Blue C M Y K H S L
Decimal 227 85 48 0 0.63 0.79 0.11 12.4 0.76 0.54
Hex E3 55 30 0 3F 4F B C 4C 36
Octal 343 125 60 0 77 117 13 14 114 66
Binary 11100011 1010101 110000 0 111111 1001111 1011 1100 1001100 110110

Color Harmonies of #E35530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35530

Black with #E35530

Text Example


Text Example

White with #E35530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35530; }

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

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

background-color css

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

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

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

border-color css

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

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

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