#E5092C

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

Shades of Crimson #E5092C

Tints of Crimson #E5092C

Color information

#E5092C (or 0xE5092C) is unknown color: approx Crimson. HEX triplet: E5, 09 and 2C. RGB value is (229,9,44). Sum of RGB (Red+Green+Blue) = 229+9+44=282 (37% of max value = 765). Red value is 229 (89.84% from 255 or 81.21% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 229 - color contains mainly: red. Hex color #E5092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5092C is #1AF6D3. Grayscale: #4E4E4E. Windows color (decimal): -1767124 or 2886117. OLE color: 2886117.

HSL color Cylindrical-coordinate representation of color #E5092C: hue angle of 350.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5092C is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB229944-
CMYK00.960.810.10
HSL350.45º92.44%46.67%-
HSV(B)350.45º96.07%89.8%-
XYZ32.8717.043.94-
YUV78.77108.39235.15-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 81.21%
GREEN value IS 9 (3.91% from 255) = 3.19%
BLUE value IS 44 (17.58% from 255) = 15.60%
R=81.21%
G=3.19%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22994400.960.810.10350.4592.4446.67
HexE592C06051A15e5c2f
Octal345115401401211253613457
Binary11100101100110110001100000101000110101010111101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5092C; }

 p { color: rgb(229,9,44); }

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

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

 a { background-color: rgb(229,9,44); }

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

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

 span { border-color: rgb(229,9,44); }

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