#E60044

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

Shades of Crimson #E60044

Tints of Crimson #E60044

Color information

#E60044 (or 0xE60044) is unknown color: approx Crimson. HEX triplet: E6, 00 and 44. RGB value is (230,0,68). Sum of RGB (Red+Green+Blue) = 230+0+68=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E60044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60044 is #19FFBB. Grayscale: #4C4C4C. Windows color (decimal): -1703868 or 4456678. OLE color: 4456678.

HSL color Cylindrical-coordinate representation of color #E60044: hue angle of 342.26º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60044 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB230068-
CMYK010.700.10
HSL342.26º100%45.1%-
HSV(B)342.26º100%90.2%-
XYZ33.6817.247.02-
YUV76.52123.2237.47-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 77.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 22.82%
R=77.18%
G=0%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230068010.700.10342.2610045.1
HexE604406446A156642d
Octal346010401441061252614455
Binary111001100100010001100100100011010101010101101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60044; }

 p { color: rgb(230,0,68); }

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

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

 a { background-color: rgb(230,0,68); }

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

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

 span { border-color: rgb(230,0,68); }

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