#e10c41

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

Shades of Crimson #E10C41

Tints of Crimson #E10C41

Color information

#E10C41 (or 0xE10C41) is unknown color: approx Crimson. HEX triplet: E1, 0C and 41. RGB value is (225,12,65). Sum of RGB (Red+Green+Blue) = 225+12+65=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C41 is #1EF3BE. Grayscale: #515151. Windows color (decimal): -2028479 or 4263137. OLE color: 4263137.

HSL color Cylindrical-coordinate representation of color #E10C41: hue angle of 345.07º 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 #E10C41 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB2251265-
CMYK00.950.710.12
HSL345.07º89.87%46.47%-
HSV(B)345.07º94.67%88.24%-
XYZ32.1416.656.52-
YUV81.73118.57230.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 74.50%
GREEN value IS 12 (5.08% from 255) = 3.97%
BLUE value IS 65 (25.78% from 255) = 21.52%
R=74.50%
G=3.97%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225126500.950.710.12345.0789.8746.47
HexE1C4105F47C1595a2e
Octal3411410101371071453113256
Binary111000011100100000101011111100011111001010110011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e10c41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e10c41; }

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

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

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

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

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

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

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

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