#E61349

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

Shades of Crimson #E61349

Tints of Crimson #E61349

Color information

#E61349 (or 0xE61349) is unknown color: approx Crimson. HEX triplet: E6, 13 and 49. RGB value is (230,19,73). Sum of RGB (Red+Green+Blue) = 230+19+73=322 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.43% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 230 - color contains mainly: red. Hex color #E61349 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61349 is #19ECB6. Grayscale: #585858. Windows color (decimal): -1698999 or 4789222. OLE color: 4789222.

HSL color Cylindrical-coordinate representation of color #E61349: hue angle of 344.64º 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 #E61349 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB2301973-
CMYK00.920.680.10
HSL344.64º84.74%48.82%-
HSV(B)344.64º91.74%90.2%-
XYZ34.0717.777.94-
YUV88.24119.4229.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 71.43%
GREEN value IS 19 (7.81% from 255) = 5.90%
BLUE value IS 73 (28.91% from 255) = 22.67%
R=71.43%
G=5.90%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230197300.920.680.10344.6484.7448.82
HexE6134905C44A1595531
Octal3462311101341041253112561
Binary1110011010011100100101011100100010010101010110011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61349; }

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

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

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

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

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

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

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

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