#E30939

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

Shades of Crimson #E30939

Tints of Crimson #E30939

Color information

#E30939 (or 0xE30939) is unknown color: approx Crimson. HEX triplet: E3, 09 and 39. RGB value is (227,9,57). Sum of RGB (Red+Green+Blue) = 227+9+57=293 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.47% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 227 - color contains mainly: red. Hex color #E30939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30939 is #1CF6C6. Grayscale: #4F4F4F. Windows color (decimal): -1898183 or 3738083. OLE color: 3738083.

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

Color convert

RGB227957-
CMYK00.960.750.11
HSL346.79º92.37%46.27%-
HSV(B)346.79º96.04%89.02%-
XYZ32.5116.825.4-
YUV79.65115.22233.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 77.47%
GREEN value IS 9 (3.91% from 255) = 3.07%
BLUE value IS 57 (22.66% from 255) = 19.45%
R=77.47%
G=3.07%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22795700.960.750.11346.7992.3746.27
HexE39390604BB15b5c2e
Octal343117101401131353313456
Binary11100011100111100101100000100101110111010110111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30939; }

 p { color: rgb(227,9,57); }

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

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

 a { background-color: rgb(227,9,57); }

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

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

 span { border-color: rgb(227,9,57); }

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