Html Css Color HEX #E45527 Chilean Fire

📋 copy color: '#E45527'

red 228 ◦ green 85 ◦ blue 39

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

Shades of Chilean Fire #E45527

Tints of Chilean Fire #E45527

RGB

 RED value IS 228 (89.45% from 255) = 64.77%

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

 BLUE value IS 39 (15.63% from 255) = 11.08%

R = 64.77%
G = 24.15%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E45527 (or 0xE45527) is known color: Chilean Fire. HEX triplet: E4, 55 and 27. RGB value is (228,85,39). Sum of RGB (Red+Green+Blue) = 228+85+39=352 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.77% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 228 - color contains mainly: red. Hex color #E45527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45527 is #1BAAD8. Grayscale: #7A7A7A. Windows color (decimal): -1813209 or 2577892. OLE color: 2577892.

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

Color convert

RGB 228 85 39 -
CMYK 0 0.63 0.83 0.11
HSL 14.6º 0.78% 0.52% -
HSV(B) 14.6º 0.83% 0.89% -
XYZ 35.61 23.14 4.51 -
YUV 122.51 80.88 203.24 -
System Red Green Blue C M Y K H S L
Decimal 228 85 39 0 0.63 0.83 0.11 14.6 0.78 0.52
Hex E4 55 27 0 3F 53 B F 4E 34
Octal 344 125 47 0 77 123 13 17 116 64
Binary 11100100 1010101 100111 0 111111 1010011 1011 1111 1001110 110100

Color Harmonies of #E45527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45527

Black with #E45527

Text Example


Text Example

White with #E45527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45527; }

 p { color: rgb(228,85,39); }

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

background-color css

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

 a { background-color: rgb(228,85,39); }

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

border-color css

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

 span { border-color: rgb(228,85,39); }

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