Html Css Color HEX #E0531F Chilean Fire

📋 copy color: '#E0531F'

red 224 ◦ green 83 ◦ blue 31

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

Shades of Chilean Fire #E0531F

Tints of Chilean Fire #E0531F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.17%

R = 66.27%
G = 24.56%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E0531F (or 0xE0531F) is known color: Chilean Fire. HEX triplet: E0, 53 and 1F. RGB value is (224,83,31). Sum of RGB (Red+Green+Blue) = 224+83+31=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E0531F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0531F is #1FACE0. Grayscale: #777777. Windows color (decimal): -2075873 or 2053088. OLE color: 2053088.

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

Color convert

RGB 224 83 31 -
CMYK 0 0.63 0.86 0.12
HSL 16.17º 0.76% 0.5% -
HSV(B) 16.17º 0.86% 0.88% -
XYZ 34.08 22.13 3.77 -
YUV 119.23 78.21 202.73 -
System Red Green Blue C M Y K H S L
Decimal 224 83 31 0 0.63 0.86 0.12 16.17 0.76 0.5
Hex E0 53 1F 0 3F 56 C 10 4C 32
Octal 340 123 37 0 77 126 14 20 114 62
Binary 11100000 1010011 11111 0 111111 1010110 1100 10000 1001100 110010

Color Harmonies of #E0531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0531F

Black with #E0531F

Text Example


Text Example

White with #E0531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0531F; }

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

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

background-color css

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

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

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

border-color css

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

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

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