#E10C3C

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

Shades of Crimson #E10C3C

Tints of Crimson #E10C3C

Color information

#E10C3C (or 0xE10C3C) is unknown color: approx Crimson. HEX triplet: E1, 0C and 3C. RGB value is (225,12,60). Sum of RGB (Red+Green+Blue) = 225+12+60=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C3C is #1EF3C3. Grayscale: #515151. Windows color (decimal): -2028484 or 3935457. OLE color: 3935457.

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

Color convert

RGB2251260-
CMYK00.950.730.12
HSL346.48º89.87%46.47%-
HSV(B)346.48º94.67%88.24%-
XYZ3216.65.79-
YUV81.16116.07230.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 75.76%
GREEN value IS 12 (5.08% from 255) = 4.04%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=75.76%
G=4.04%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225126000.950.730.12346.4889.8746.47
HexE1C3C05F49C15a5a2e
Octal341147401371111453213256
Binary11100001110011110001011111100100111001010110101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10C3C; }

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

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

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

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

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

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

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

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