#E7063C

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

Shades of Crimson #E7063C

Tints of Crimson #E7063C

Color information

#E7063C (or 0xE7063C) is unknown color: approx Crimson. HEX triplet: E7, 06 and 3C. RGB value is (231,6,60). Sum of RGB (Red+Green+Blue) = 231+6+60=297 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.78% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 231 - color contains mainly: red. Hex color #E7063C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7063C is #18F9C3. Grayscale: #4F4F4F. Windows color (decimal): -1636804 or 3933927. OLE color: 3933927.

HSL color Cylindrical-coordinate representation of color #E7063C: hue angle of 345.6º 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 #E7063C is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB231660-
CMYK00.970.740.09
HSL345.6º94.94%46.47%-
HSV(B)345.6º97.4%90.59%-
XYZ33.8417.455.86-
YUV79.43117.04236.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 77.78%
GREEN value IS 6 (2.73% from 255) = 2.02%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=77.78%
G=2.02%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23166000.970.740.09345.694.9446.47
HexE763C0614A915a5f2e
Octal34767401411121153213756
Binary1110011111011110001100001100101010011010110101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7063C; }

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

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

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

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

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

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

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

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