Html Css Color HEX #E1532A Chilean Fire

📋 copy color: '#E1532A'

red 225 ◦ green 83 ◦ blue 42

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

Shades of Chilean Fire #E1532A

Tints of Chilean Fire #E1532A

RGB

 RED value IS 225 (88.28% from 255) = 64.29%

 GREEN value IS 83 (32.81% from 255) = 23.71%

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

R = 64.29%
G = 23.71%
B = 12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1532A (or 0xE1532A) is known color: Chilean Fire. HEX triplet: E1, 53 and 2A. RGB value is (225,83,42). Sum of RGB (Red+Green+Blue) = 225+83+42=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1532A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1532A is #1EACD5. Grayscale: #797979. Windows color (decimal): -2010326 or 2773985. OLE color: 2773985.

HSL color Cylindrical-coordinate representation of color #E1532A: hue angle of 13.44º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1532A is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 83 42 -
CMYK 0 0.63 0.81 0.12
HSL 13.44º 0.75% 0.52% -
HSV(B) 13.44º 0.81% 0.88% -
XYZ 34.56 22.36 4.68 -
YUV 120.78 83.54 202.33 -
System Red Green Blue C M Y K H S L
Decimal 225 83 42 0 0.63 0.81 0.12 13.44 0.75 0.52
Hex E1 53 2A 0 3F 51 C D 4B 34
Octal 341 123 52 0 77 121 14 15 113 64
Binary 11100001 1010011 101010 0 111111 1010001 1100 1101 1001011 110100

Color Harmonies of #E1532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1532A

Black with #E1532A

Text Example


Text Example

White with #E1532A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1532A; }

 p { color: rgb(225,83,42); }

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

background-color css

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

 a { background-color: rgb(225,83,42); }

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

border-color css

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

 span { border-color: rgb(225,83,42); }

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