Html Css Color HEX #E0532E Chilean Fire

📋 copy color: '#E0532E'

red 224 ◦ green 83 ◦ blue 46

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

Shades of Chilean Fire #E0532E

Tints of Chilean Fire #E0532E

RGB

 RED value IS 224 (87.89% from 255) = 63.46%

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

 BLUE value IS 46 (18.36% from 255) = 13.03%

R = 63.46%
G = 23.51%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0532E (or 0xE0532E) is known color: Chilean Fire. HEX triplet: E0, 53 and 2E. RGB value is (224,83,46). Sum of RGB (Red+Green+Blue) = 224+83+46=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E0532E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0532E is #1FACD1. Grayscale: #797979. Windows color (decimal): -2075858 or 3036128. OLE color: 3036128.

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

Color convert

RGB 224 83 46 -
CMYK 0 0.63 0.79 0.12
HSL 12.47º 0.74% 0.53% -
HSV(B) 12.47º 0.79% 0.88% -
XYZ 34.33 22.23 5.07 -
YUV 120.94 85.71 201.51 -
System Red Green Blue C M Y K H S L
Decimal 224 83 46 0 0.63 0.79 0.12 12.47 0.74 0.53
Hex E0 53 2E 0 3F 4F C C 4A 35
Octal 340 123 56 0 77 117 14 14 112 65
Binary 11100000 1010011 101110 0 111111 1001111 1100 1100 1001010 110101

Color Harmonies of #E0532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0532E

Black with #E0532E

Text Example


Text Example

White with #E0532E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0532E; }

 p { color: rgb(224,83,46); }

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

background-color css

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

 a { background-color: rgb(224,83,46); }

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

border-color css

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

 span { border-color: rgb(224,83,46); }

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