#E82F3E

Color #E82F3E Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #E82F3E

Tints of Alizarin #E82F3E

Color information

#E82F3E (or 0xE82F3E) is unknown color: approx Alizarin. HEX triplet: E8, 2F and 3E. RGB value is (232,47,62). Sum of RGB (Red+Green+Blue) = 232+47+62=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82F3E is #17D0C1. Grayscale: #686868. Windows color (decimal): -1560770 or 4075496. OLE color: 4075496.

HSL color Cylindrical-coordinate representation of color #E82F3E: hue angle of 355.14º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82F3E is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB2324762-
CMYK00.800.730.09
HSL355.14º80.09%54.71%-
HSV(B)355.14º79.74%90.98%-
XYZ35.1619.546.47-
YUV104.02104.29219.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 68.04%
GREEN value IS 47 (18.75% from 255) = 13.78%
BLUE value IS 62 (24.61% from 255) = 18.18%
R=68.04%
G=13.78%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232476200.800.730.09355.1480.0954.71
HexE82F3E0504991635037
Octal350577601201111154312067
Binary1110100010111111111001010000100100110011011000111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82F3E; }

 p { color: rgb(232,47,62); }

 H1.HeaderClassName
 {
   color: #E82F3E;
 }
 .AnyTagClassName
 {
   color: #E82F3E;
 }
</style>
background-color css

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

 a { background-color: rgb(232,47,62); }

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

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

 span { border-color: rgb(232,47,62); }

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