#E90632

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

Shades of Crimson #E90632

Tints of Crimson #E90632

Color information

#E90632 (or 0xE90632) is unknown color: approx Crimson. HEX triplet: E9, 06 and 32. RGB value is (233,6,50). Sum of RGB (Red+Green+Blue) = 233+6+50=289 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.62% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 233 - color contains mainly: red. Hex color #E90632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90632 is #16F9CD. Grayscale: #4E4E4E. Windows color (decimal): -1505742 or 3278569. OLE color: 3278569.

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

Color convert

RGB233650-
CMYK00.970.790.09
HSL348.37º94.98%46.86%-
HSV(B)348.37º97.42%91.37%-
XYZ34.2517.684.63-
YUV78.89111.71237.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 80.62%
GREEN value IS 6 (2.73% from 255) = 2.08%
BLUE value IS 50 (19.92% from 255) = 17.30%
R=80.62%
G=2.08%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23365000.970.790.09348.3794.9846.86
HexE96320614F915c5f2f
Octal35166201411171153413757
Binary1110100111011001001100001100111110011010111001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90632; }

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

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

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

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

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

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

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

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