#E10C46

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

Shades of Crimson #E10C46

Tints of Crimson #E10C46

Color information

#E10C46 (or 0xE10C46) is unknown color: approx Crimson. HEX triplet: E1, 0C and 46. RGB value is (225,12,70). Sum of RGB (Red+Green+Blue) = 225+12+70=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C46 is #1EF3B9. Grayscale: #525252. Windows color (decimal): -2028474 or 4590817. OLE color: 4590817.

HSL color Cylindrical-coordinate representation of color #E10C46: hue angle of 343.66º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10C46 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB2251270-
CMYK00.950.690.12
HSL343.66º89.87%46.47%-
HSV(B)343.66º94.67%88.24%-
XYZ32.2916.717.32-
YUV82.3121.07229.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 73.29%
GREEN value IS 12 (5.08% from 255) = 3.91%
BLUE value IS 70 (27.73% from 255) = 22.80%
R=73.29%
G=3.91%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225127000.950.690.12343.6689.8746.47
HexE1C4605F45C1585a2e
Octal3411410601371051453013256
Binary111000011100100011001011111100010111001010110001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10C46; }

 p { color: rgb(225,12,70); }

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

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

 a { background-color: rgb(225,12,70); }

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

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

 span { border-color: rgb(225,12,70); }

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