#e11e3e

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

Shades of Crimson #E11E3E

Tints of Crimson #E11E3E

Color information

#E11E3E (or 0xE11E3E) is unknown color: approx Crimson. HEX triplet: E1, 1E and 3E. RGB value is (225,30,62). Sum of RGB (Red+Green+Blue) = 225+30+62=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11E3E is #1EE1C1. Grayscale: #5C5C5C. Windows color (decimal): -2023874 or 4071137. OLE color: 4071137.

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

Color convert

RGB2253062-
CMYK00.870.720.12
HSL350.15º76.47%50%-
HSV(B)350.15º86.67%88.24%-
XYZ32.3917.286.19-
YUV91.95111.1222.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 70.98%
GREEN value IS 30 (12.11% from 255) = 9.46%
BLUE value IS 62 (24.61% from 255) = 19.56%
R=70.98%
G=9.46%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225306200.870.720.12350.1576.4750
HexE11E3E05748C15e4c32
Octal341367601271101453611462
Binary111000011111011111001010111100100011001010111101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e11e3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e11e3e; }

 p { color: rgb(225,30,62); }

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

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

 a { background-color: rgb(225,30,62); }

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

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

 span { border-color: rgb(225,30,62); }

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