#E30A38

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

Shades of Crimson #E30A38

Tints of Crimson #E30A38

Color information

#E30A38 (or 0xE30A38) is unknown color: approx Crimson. HEX triplet: E3, 0A and 38. RGB value is (227,10,56). Sum of RGB (Red+Green+Blue) = 227+10+56=293 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.47% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30A38 is #1CF5C7. Grayscale: #505050. Windows color (decimal): -1897928 or 3672803. OLE color: 3672803.

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

Color convert

RGB2271056-
CMYK00.960.750.11
HSL347.28º91.56%46.47%-
HSV(B)347.28º95.59%89.02%-
XYZ32.516.835.28-
YUV80.13114.39232.76-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 77.47%
GREEN value IS 10 (4.30% from 255) = 3.41%
BLUE value IS 56 (22.27% from 255) = 19.11%
R=77.47%
G=3.41%
B=19.11%

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
Decimal227105600.960.750.11347.2891.5646.47
HexE3A380604BB15b5c2e
Octal343127001401131353313456
Binary11100011101011100001100000100101110111010110111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30A38; }

 p { color: rgb(227,10,56); }

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

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

 a { background-color: rgb(227,10,56); }

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

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

 span { border-color: rgb(227,10,56); }

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