#E70642

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

Shades of Crimson #E70642

Tints of Crimson #E70642

Color information

#E70642 (or 0xE70642) is unknown color: approx Crimson. HEX triplet: E7, 06 and 42. RGB value is (231,6,66). Sum of RGB (Red+Green+Blue) = 231+6+66=303 (40% of max value = 765). Red value is 231 (90.62% from 255 or 76.24% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 231 - color contains mainly: red. Hex color #E70642 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70642 is #18F9BD. Grayscale: #505050. Windows color (decimal): -1636798 or 4327143. OLE color: 4327143.

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

Color convert

RGB231666-
CMYK00.970.710.09
HSL344º94.94%46.47%-
HSV(B)344º97.4%90.59%-
XYZ3417.516.74-
YUV80.12120.04235.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 76.24%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 66 (26.17% from 255) = 21.78%
R=76.24%
G=1.98%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23166600.970.710.0934494.9446.47
HexE76420614791585f2e
Octal347610201411071153013756
Binary11100111110100001001100001100011110011010110001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70642; }

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

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

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

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

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

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

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

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