Html Css Color HEX #E2552A Chilean Fire

📋 copy color: '#E2552A'

red 226 ◦ green 85 ◦ blue 42

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

Shades of Chilean Fire #E2552A

Tints of Chilean Fire #E2552A

RGB

 RED value IS 226 (88.67% from 255) = 64.02%

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

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

R = 64.02%
G = 24.08%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2552A (or 0xE2552A) is known color: Chilean Fire. HEX triplet: E2, 55 and 2A. RGB value is (226,85,42). Sum of RGB (Red+Green+Blue) = 226+85+42=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E2552A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2552A is #1DAAD5. Grayscale: #7A7A7A. Windows color (decimal): -1944278 or 2774498. OLE color: 2774498.

HSL color Cylindrical-coordinate representation of color #E2552A: hue angle of 14.02º degrees, saturation: 0.76, 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 #E2552A is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 85 42 -
CMYK 0 0.62 0.81 0.11
HSL 14.02º 0.76% 0.53% -
HSV(B) 14.02º 0.81% 0.89% -
XYZ 35.03 22.83 4.75 -
YUV 122.26 82.71 202 -
System Red Green Blue C M Y K H S L
Decimal 226 85 42 0 0.62 0.81 0.11 14.02 0.76 0.53
Hex E2 55 2A 0 3E 51 B E 4C 35
Octal 342 125 52 0 76 121 13 16 114 65
Binary 11100010 1010101 101010 0 111110 1010001 1011 1110 1001100 110101

Color Harmonies of #E2552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2552A

Black with #E2552A

Text Example


Text Example

White with #E2552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2552A; }

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

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

background-color css

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

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

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

border-color css

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

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

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