#E2092E

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

Shades of Crimson #E2092E

Tints of Crimson #E2092E

Color information

#E2092E (or 0xE2092E) is unknown color: approx Crimson. HEX triplet: E2, 09 and 2E. RGB value is (226,9,46). Sum of RGB (Red+Green+Blue) = 226+9+46=281 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.43% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 226 - color contains mainly: red. Hex color #E2092E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2092E is #1DF6D1. Grayscale: #4E4E4E. Windows color (decimal): -1963730 or 3017186. OLE color: 3017186.

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

Color convert

RGB226946-
CMYK00.960.800.11
HSL349.77º92.34%46.08%-
HSV(B)349.77º96.02%88.63%-
XYZ31.9516.564.1-
YUV78.1109.89233.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 80.43%
GREEN value IS 9 (3.91% from 255) = 3.20%
BLUE value IS 46 (18.36% from 255) = 16.37%
R=80.43%
G=3.20%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22694600.960.800.11349.7792.3446.08
HexE292E06050B15e5c2e
Octal342115601401201353613456
Binary11100010100110111001100000101000010111010111101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2092E; }

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

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

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

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

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

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

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

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