#E11A34

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

Shades of Crimson #E11A34

Tints of Crimson #E11A34

Color information

#E11A34 (or 0xE11A34) is unknown color: approx Crimson. HEX triplet: E1, 1A and 34. RGB value is (225,26,52). Sum of RGB (Red+Green+Blue) = 225+26+52=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11A34 is #1EE5CB. Grayscale: #585858. Windows color (decimal): -2024908 or 3414753. OLE color: 3414753.

HSL color Cylindrical-coordinate representation of color #E11A34: hue angle of 352.16º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11A34 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB2252652-
CMYK00.880.770.12
HSL352.16º79.28%49.22%-
HSV(B)352.16º88.44%88.24%-
XYZ32.0416.994.84-
YUV88.46107.43225.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 74.26%
GREEN value IS 26 (10.55% from 255) = 8.58%
BLUE value IS 52 (20.70% from 255) = 17.16%
R=74.26%
G=8.58%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225265200.880.770.12352.1679.2849.22
HexE11A340584DC1604f31
Octal341326401301151454011761
Binary111000011101011010001011000100110111001011000001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11A34; }

 p { color: rgb(225,26,52); }

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

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

 a { background-color: rgb(225,26,52); }

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

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

 span { border-color: rgb(225,26,52); }

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