#E90634

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

Shades of Crimson #E90634

Tints of Crimson #E90634

Color information

#E90634 (or 0xE90634) is unknown color: approx Crimson. HEX triplet: E9, 06 and 34. RGB value is (233,6,52). Sum of RGB (Red+Green+Blue) = 233+6+52=291 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.07% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 233 - color contains mainly: red. Hex color #E90634 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90634 is #16F9CB. Grayscale: #4F4F4F. Windows color (decimal): -1505740 or 3409641. OLE color: 3409641.

HSL color Cylindrical-coordinate representation of color #E90634: hue angle of 347.84º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E90634 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB233652-
CMYK00.970.780.09
HSL347.84º94.98%46.86%-
HSV(B)347.84º97.42%91.37%-
XYZ34.2917.74.86-
YUV79.12112.71237.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 80.07%
GREEN value IS 6 (2.73% from 255) = 2.06%
BLUE value IS 52 (20.70% from 255) = 17.87%
R=80.07%
G=2.06%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23365200.970.780.09347.8494.9846.86
HexE96340614E915c5f2f
Octal35166401411161153413757
Binary1110100111011010001100001100111010011010111001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90634; }

 p { color: rgb(233,6,52); }

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

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

 a { background-color: rgb(233,6,52); }

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

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

 span { border-color: rgb(233,6,52); }

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