#E1153F

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

Shades of Crimson #E1153F

Tints of Crimson #E1153F

Color information

#E1153F (or 0xE1153F) is unknown color: approx Crimson. HEX triplet: E1, 15 and 3F. RGB value is (225,21,63). Sum of RGB (Red+Green+Blue) = 225+21+63=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E1153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1153F is #1EEAC0. Grayscale: #565656. Windows color (decimal): -2026177 or 4134369. OLE color: 4134369.

HSL color Cylindrical-coordinate representation of color #E1153F: hue angle of 347.65º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1153F is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB2252163-
CMYK00.910.720.12
HSL347.65º82.93%48.24%-
HSV(B)347.65º90.67%88.24%-
XYZ32.2216.96.27-
YUV86.78114.59226.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 72.82%
GREEN value IS 21 (8.59% from 255) = 6.80%
BLUE value IS 63 (25% from 255) = 20.39%
R=72.82%
G=6.80%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225216300.910.720.12347.6582.9348.24
HexE1153F05B48C15c5330
Octal341257701331101453412360
Binary111000011010111111101011011100100011001010111001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1153F; }

 p { color: rgb(225,21,63); }

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

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

 a { background-color: rgb(225,21,63); }

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

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

 span { border-color: rgb(225,21,63); }

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