#E61534

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

Shades of Crimson #E61534

Tints of Crimson #E61534

Color information

#E61534 (or 0xE61534) is unknown color: approx Crimson. HEX triplet: E6, 15 and 34. RGB value is (230,21,52). Sum of RGB (Red+Green+Blue) = 230+21+52=303 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.91% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 230 - color contains mainly: red. Hex color #E61534 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61534 is #19EACB. Grayscale: #575757. Windows color (decimal): -1698508 or 3413478. OLE color: 3413478.

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

Color convert

RGB2302152-
CMYK00.910.770.10
HSL351.1º83.27%49.22%-
HSV(B)351.1º90.87%90.2%-
XYZ33.5217.614.88-
YUV87.02108.24229.98-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 75.91%
GREEN value IS 21 (8.59% from 255) = 6.93%
BLUE value IS 52 (20.70% from 255) = 17.16%
R=75.91%
G=6.93%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230215200.910.770.10351.183.2749.22
HexE6153405B4DA15f5331
Octal346256401331151253712361
Binary111001101010111010001011011100110110101010111111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61534; }

 p { color: rgb(230,21,52); }

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

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

 a { background-color: rgb(230,21,52); }

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

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

 span { border-color: rgb(230,21,52); }

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