#E30848

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

Shades of Crimson #E30848

Tints of Crimson #E30848

Color information

#E30848 (or 0xE30848) is unknown color: approx Crimson. HEX triplet: E3, 08 and 48. RGB value is (227,8,72). Sum of RGB (Red+Green+Blue) = 227+8+72=307 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.94% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 227 - color contains mainly: red. Hex color #E30848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30848 is #1CF7B7. Grayscale: #505050. Windows color (decimal): -1898424 or 4720867. OLE color: 4720867.

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

Color convert

RGB227872-
CMYK00.960.680.11
HSL342.47º93.19%46.08%-
HSV(B)342.47º96.48%89.02%-
XYZ32.9416.977.67-
YUV80.78123.05232.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 73.94%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 72 (28.52% from 255) = 23.45%
R=73.94%
G=2.61%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22787200.960.680.11342.4793.1946.08
HexE384806044B1565d2e
Octal3431011001401041352613556
Binary111000111000100100001100000100010010111010101101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30848; }

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

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

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

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

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

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

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

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