#E2092F

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

Shades of Crimson #E2092F

Tints of Crimson #E2092F

Color information

#E2092F (or 0xE2092F) is unknown color: approx Crimson. HEX triplet: E2, 09 and 2F. RGB value is (226,9,47). Sum of RGB (Red+Green+Blue) = 226+9+47=282 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.14% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 226 - color contains mainly: red. Hex color #E2092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2092F is #1DF6D0. Grayscale: #4E4E4E. Windows color (decimal): -1963729 or 3082722. OLE color: 3082722.

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

Color convert

RGB226947-
CMYK00.960.790.11
HSL349.49º92.34%46.08%-
HSV(B)349.49º96.02%88.63%-
XYZ31.9716.574.2-
YUV78.22110.39233.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 80.14%
GREEN value IS 9 (3.91% from 255) = 3.19%
BLUE value IS 47 (18.75% from 255) = 16.67%
R=80.14%
G=3.19%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22694700.960.790.11349.4992.3446.08
HexE292F0604FB15d5c2e
Octal342115701401171353513456
Binary11100010100110111101100000100111110111010111011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2092F; }

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

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

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

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

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

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

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

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