#e3063d

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

Shades of Crimson #E3063D

Tints of Crimson #E3063D

Color information

#E3063D (or 0xE3063D) is unknown color: approx Crimson. HEX triplet: E3, 06 and 3D. RGB value is (227,6,61). Sum of RGB (Red+Green+Blue) = 227+6+61=294 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.21% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 227 - color contains mainly: red. Hex color #E3063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3063D is #1CF9C2. Grayscale: #4E4E4E. Windows color (decimal): -1898947 or 3999459. OLE color: 3999459.

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

Color convert

RGB227661-
CMYK00.970.730.11
HSL345.07º94.85%45.69%-
HSV(B)345.07º97.36%89.02%-
XYZ32.5916.85.94-
YUV78.35118.22234.03-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 77.21%
GREEN value IS 6 (2.73% from 255) = 2.04%
BLUE value IS 61 (24.22% from 255) = 20.75%
R=77.21%
G=2.04%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22766100.970.730.11345.0794.8545.69
HexE363D06149B1595f2e
Octal34367501411111353113756
Binary1110001111011110101100001100100110111010110011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3063d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3063d; }

 p { color: rgb(227,6,61); }

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

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

 a { background-color: rgb(227,6,61); }

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

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

 span { border-color: rgb(227,6,61); }

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