#E30E42

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

Shades of Crimson #E30E42

Tints of Crimson #E30E42

Color information

#E30E42 (or 0xE30E42) is unknown color: approx Crimson. HEX triplet: E3, 0E and 42. RGB value is (227,14,66). Sum of RGB (Red+Green+Blue) = 227+14+66=307 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.94% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 227 - color contains mainly: red. Hex color #E30E42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30E42 is #1CF1BD. Grayscale: #535353. Windows color (decimal): -1896894 or 4329187. OLE color: 4329187.

HSL color Cylindrical-coordinate representation of color #E30E42: hue angle of 345.35º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30E42 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB2271466-
CMYK00.940.710.11
HSL345.35º88.38%47.25%-
HSV(B)345.35º93.83%89.02%-
XYZ32.8217.046.71-
YUV83.62118.07230.27-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 73.94%
GREEN value IS 14 (5.86% from 255) = 4.56%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=73.94%
G=4.56%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227146600.940.710.11345.3588.3847.25
HexE3E4205E47B159582f
Octal3431610201361071353113057
Binary111000111110100001001011110100011110111010110011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30E42; }

 p { color: rgb(227,14,66); }

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

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

 a { background-color: rgb(227,14,66); }

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

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

 span { border-color: rgb(227,14,66); }

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