#E7013A

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

Shades of Crimson #E7013A

Tints of Crimson #E7013A

Color information

#E7013A (or 0xE7013A) is unknown color: approx Crimson. HEX triplet: E7, 01 and 3A. RGB value is (231,1,58). Sum of RGB (Red+Green+Blue) = 231+1+58=290 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.66% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 231 - color contains mainly: red. Hex color #E7013A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7013A is #18FEC5. Grayscale: #4C4C4C. Windows color (decimal): -1638086 or 3801575. OLE color: 3801575.

HSL color Cylindrical-coordinate representation of color #E7013A: hue angle of 345.13º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7013A is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB231158-
CMYK01.000.750.09
HSL345.13º99.14%45.49%-
HSV(B)345.13º99.57%90.59%-
XYZ33.7317.325.57-
YUV76.27117.7238.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 79.66%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 58 (23.05% from 255) = 20%
R=79.66%
G=0.34%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115801.000.750.09345.1399.1445.49
HexE713A0644B9159632d
Octal34717201441131153114355
Binary11100111111101001100100100101110011010110011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7013A; }

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

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

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

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

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

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

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

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