#E61340

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

Shades of Crimson #E61340

Tints of Crimson #E61340

Color information

#E61340 (or 0xE61340) is unknown color: approx Crimson. HEX triplet: E6, 13 and 40. RGB value is (230,19,64). Sum of RGB (Red+Green+Blue) = 230+19+64=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E61340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61340 is #19ECBF. Grayscale: #575757. Windows color (decimal): -1699008 or 4199398. OLE color: 4199398.

HSL color Cylindrical-coordinate representation of color #E61340: hue angle of 347.2º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61340 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB2301964-
CMYK00.920.720.10
HSL347.2º84.74%48.82%-
HSV(B)347.2º91.74%90.2%-
XYZ33.7917.666.48-
YUV87.22114.9229.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 73.48%
GREEN value IS 19 (7.81% from 255) = 6.07%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=73.48%
G=6.07%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230196400.920.720.10347.284.7448.82
HexE6134005C48A15b5531
Octal3462310001341101253312561
Binary1110011010011100000001011100100100010101010110111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61340; }

 p { color: rgb(230,19,64); }

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

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

 a { background-color: rgb(230,19,64); }

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

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

 span { border-color: rgb(230,19,64); }

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