#E7063A

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

Shades of Crimson #E7063A

Tints of Crimson #E7063A

Color information

#E7063A (or 0xE7063A) is unknown color: approx Crimson. HEX triplet: E7, 06 and 3A. RGB value is (231,6,58). Sum of RGB (Red+Green+Blue) = 231+6+58=295 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.31% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 231 - color contains mainly: red. Hex color #E7063A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7063A is #18F9C5. Grayscale: #4F4F4F. Windows color (decimal): -1636806 or 3802855. OLE color: 3802855.

HSL color Cylindrical-coordinate representation of color #E7063A: hue angle of 346.13º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7063A is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB231658-
CMYK00.970.750.09
HSL346.13º94.94%46.47%-
HSV(B)346.13º97.4%90.59%-
XYZ33.7817.425.59-
YUV79.2116.04236.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 78.31%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=78.31%
G=2.03%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23165800.970.750.09346.1394.9446.47
HexE763A0614B915a5f2e
Octal34767201411131153213756
Binary1110011111011101001100001100101110011010110101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7063A; }

 p { color: rgb(231,6,58); }

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

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

 a { background-color: rgb(231,6,58); }

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

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

 span { border-color: rgb(231,6,58); }

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