#E2132F

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

Shades of Crimson #E2132F

Tints of Crimson #E2132F

Color information

#E2132F (or 0xE2132F) is unknown color: approx Crimson. HEX triplet: E2, 13 and 2F. RGB value is (226,19,47). Sum of RGB (Red+Green+Blue) = 226+19+47=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E2132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2132F is #1DECD0. Grayscale: #545454. Windows color (decimal): -1961169 or 3085282. OLE color: 3085282.

HSL color Cylindrical-coordinate representation of color #E2132F: hue angle of 351.88º 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 #E2132F is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB2261947-
CMYK00.920.790.11
HSL351.88º84.49%48.04%-
HSV(B)351.88º91.59%88.63%-
XYZ32.1116.844.25-
YUV84.08107.08229.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 77.40%
GREEN value IS 19 (7.81% from 255) = 6.51%
BLUE value IS 47 (18.75% from 255) = 16.10%
R=77.40%
G=6.51%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226194700.920.790.11351.8884.4948.04
HexE2132F05C4FB1605430
Octal342235701341171354012460
Binary111000101001110111101011100100111110111011000001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2132F; }

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

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

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

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

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

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

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

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