#E30846

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

Shades of Crimson #E30846

Tints of Crimson #E30846

Color information

#E30846 (or 0xE30846) is unknown color: approx Crimson. HEX triplet: E3, 08 and 46. RGB value is (227,8,70). Sum of RGB (Red+Green+Blue) = 227+8+70=305 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.43% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 227 - color contains mainly: red. Hex color #E30846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30846 is #1CF7B9. Grayscale: #505050. Windows color (decimal): -1898426 or 4589795. OLE color: 4589795.

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

Color convert

RGB227870-
CMYK00.960.690.11
HSL343.01º93.19%46.08%-
HSV(B)343.01º96.48%89.02%-
XYZ32.8716.957.33-
YUV80.55122.05232.46-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 74.43%
GREEN value IS 8 (3.52% from 255) = 2.62%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=74.43%
G=2.62%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22787000.960.690.11343.0193.1946.08
HexE384606045B1575d2e
Octal3431010601401051352713556
Binary111000111000100011001100000100010110111010101111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30846; }

 p { color: rgb(227,8,70); }

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

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

 a { background-color: rgb(227,8,70); }

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

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

 span { border-color: rgb(227,8,70); }

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