Html Css Color HEX #E35528 Chilean Fire

📋 copy color: '#E35528'

red 227 ◦ green 85 ◦ blue 40

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

Shades of Chilean Fire #E35528

Tints of Chilean Fire #E35528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.36%

R = 64.49%
G = 24.15%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E35528 (or 0xE35528) is known color: Chilean Fire. HEX triplet: E3, 55 and 28. RGB value is (227,85,40). Sum of RGB (Red+Green+Blue) = 227+85+40=352 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.49% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 227 - color contains mainly: red. Hex color #E35528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35528 is #1CAAD7. Grayscale: #7A7A7A. Windows color (decimal): -1878744 or 2643427. OLE color: 2643427.

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

Color convert

RGB 227 85 40 -
CMYK 0 0.63 0.82 0.11
HSL 14.44º 0.77% 0.52% -
HSV(B) 14.44º 0.82% 0.89% -
XYZ 35.31 22.98 4.58 -
YUV 122.33 81.54 202.66 -
System Red Green Blue C M Y K H S L
Decimal 227 85 40 0 0.63 0.82 0.11 14.44 0.77 0.52
Hex E3 55 28 0 3F 52 B E 4D 34
Octal 343 125 50 0 77 122 13 16 115 64
Binary 11100011 1010101 101000 0 111111 1010010 1011 1110 1001101 110100

Color Harmonies of #E35528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35528

Black with #E35528

Text Example


Text Example

White with #E35528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35528; }

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

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

background-color css

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

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

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

border-color css

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

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

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