#E30E43

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

Shades of Crimson #E30E43

Tints of Crimson #E30E43

Color information

#E30E43 (or 0xE30E43) is unknown color: approx Crimson. HEX triplet: E3, 0E and 43. RGB value is (227,14,67). Sum of RGB (Red+Green+Blue) = 227+14+67=308 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.70% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 227 - color contains mainly: red. Hex color #E30E43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30E43 is #1CF1BC. Grayscale: #535353. Windows color (decimal): -1896893 or 4394723. OLE color: 4394723.

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

Color convert

RGB2271467-
CMYK00.940.700.11
HSL345.07º88.38%47.25%-
HSV(B)345.07º93.83%89.02%-
XYZ32.8517.056.87-
YUV83.73118.57230.19-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 73.70%
GREEN value IS 14 (5.86% from 255) = 4.55%
BLUE value IS 67 (26.56% from 255) = 21.75%
R=73.70%
G=4.55%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227146700.940.700.11345.0788.3847.25
HexE3E4305E46B159582f
Octal3431610301361061353113057
Binary111000111110100001101011110100011010111010110011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30E43; }

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

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

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

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

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

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

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

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