#E8122C

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

Shades of Crimson #E8122C

Tints of Crimson #E8122C

Color information

#E8122C (or 0xE8122C) is unknown color: approx Crimson. HEX triplet: E8, 12 and 2C. RGB value is (232,18,44). Sum of RGB (Red+Green+Blue) = 232+18+44=294 (38% of max value = 765). Red value is 232 (91.02% from 255 or 78.91% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 232 - color contains mainly: red. Hex color #E8122C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8122C is #17EDD3. Grayscale: #555555. Windows color (decimal): -1568212 or 2888424. OLE color: 2888424.

HSL color Cylindrical-coordinate representation of color #E8122C: hue angle of 352.71º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8122C is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB2321844-
CMYK00.920.810.09
HSL352.71º85.6%49.02%-
HSV(B)352.71º92.24%90.98%-
XYZ33.9517.774.02-
YUV84.95104.9232.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 78.91%
GREEN value IS 18 (7.42% from 255) = 6.12%
BLUE value IS 44 (17.58% from 255) = 14.97%
R=78.91%
G=6.12%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232184400.920.810.09352.7185.649.02
HexE8122C05C5191615631
Octal350225401341211154112661
Binary111010001001010110001011100101000110011011000011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8122C; }

 p { color: rgb(232,18,44); }

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

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

 a { background-color: rgb(232,18,44); }

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

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

 span { border-color: rgb(232,18,44); }

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