#E11034

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

Shades of Crimson #E11034

Tints of Crimson #E11034

Color information

#E11034 (or 0xE11034) is unknown color: approx Crimson. HEX triplet: E1, 10 and 34. RGB value is (225,16,52). Sum of RGB (Red+Green+Blue) = 225+16+52=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E11034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11034 is #1EEFCB. Grayscale: #525252. Windows color (decimal): -2027468 or 3412193. OLE color: 3412193.

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

Color convert

RGB2251652-
CMYK00.930.770.12
HSL349.67º86.72%47.25%-
HSV(B)349.67º92.89%88.24%-
XYZ31.8616.634.78-
YUV82.59110.74229.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 76.79%
GREEN value IS 16 (6.64% from 255) = 5.46%
BLUE value IS 52 (20.70% from 255) = 17.75%
R=76.79%
G=5.46%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225165200.930.770.12349.6786.7247.25
HexE1103405D4DC15e572f
Octal341206401351151453612757
Binary111000011000011010001011101100110111001010111101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11034; }

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

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

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

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

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

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

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

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