#E2132E

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

Shades of Crimson #E2132E

Tints of Crimson #E2132E

Color information

#E2132E (or 0xE2132E) is unknown color: approx Crimson. HEX triplet: E2, 13 and 2E. RGB value is (226,19,46). Sum of RGB (Red+Green+Blue) = 226+19+46=291 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.66% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 226 - color contains mainly: red. Hex color #E2132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2132E is #1DECD1. Grayscale: #545454. Windows color (decimal): -1961170 or 3019746. OLE color: 3019746.

HSL color Cylindrical-coordinate representation of color #E2132E: hue angle of 352.17º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2132E is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB2261946-
CMYK00.920.800.11
HSL352.17º84.49%48.04%-
HSV(B)352.17º91.59%88.63%-
XYZ32.0916.834.14-
YUV83.97106.58229.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 77.66%
GREEN value IS 19 (7.81% from 255) = 6.53%
BLUE value IS 46 (18.36% from 255) = 15.81%
R=77.66%
G=6.53%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226194600.920.800.11352.1784.4948.04
HexE2132E05C50B1605430
Octal342235601341201354012460
Binary111000101001110111001011100101000010111011000001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2132E; }

 p { color: rgb(226,19,46); }

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

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

 a { background-color: rgb(226,19,46); }

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

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

 span { border-color: rgb(226,19,46); }

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