Html Css Color HEX #E55A2A Chilean Fire

📋 copy color: '#E55A2A'

red 229 ◦ green 90 ◦ blue 42

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

Shades of Chilean Fire #E55A2A

Tints of Chilean Fire #E55A2A

RGB

 RED value IS 229 (89.84% from 255) = 63.43%

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

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

R = 63.43%
G = 24.93%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E55A2A (or 0xE55A2A) is known color: Chilean Fire. HEX triplet: E5, 5A and 2A. RGB value is (229,90,42). Sum of RGB (Red+Green+Blue) = 229+90+42=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55A2A is #1AA5D5. Grayscale: #7E7E7E. Windows color (decimal): -1746390 or 2775781. OLE color: 2775781.

HSL color Cylindrical-coordinate representation of color #E55A2A: hue angle of 15.4º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E55A2A is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 90 42 -
CMYK 0 0.61 0.82 0.10
HSL 15.4º 0.78% 0.53% -
HSV(B) 15.4º 0.82% 0.9% -
XYZ 36.39 24.14 4.93 -
YUV 126.09 80.55 201.4 -
System Red Green Blue C M Y K H S L
Decimal 229 90 42 0 0.61 0.82 0.10 15.4 0.78 0.53
Hex E5 5A 2A 0 3D 52 A F 4E 35
Octal 345 132 52 0 75 122 12 17 116 65
Binary 11100101 1011010 101010 0 111101 1010010 1010 1111 1001110 110101

Color Harmonies of #E55A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55A2A

Black with #E55A2A

Text Example


Text Example

White with #E55A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55A2A; }

 p { color: rgb(229,90,42); }

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

background-color css

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

 a { background-color: rgb(229,90,42); }

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

border-color css

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

 span { border-color: rgb(229,90,42); }

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