#E20E34

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

Shades of Crimson #E20E34

Tints of Crimson #E20E34

Color information

#E20E34 (or 0xE20E34) is unknown color: approx Crimson. HEX triplet: E2, 0E and 34. RGB value is (226,14,52). Sum of RGB (Red+Green+Blue) = 226+14+52=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20E34 is #1DF1CB. Grayscale: #515151. Windows color (decimal): -1962444 or 3411682. OLE color: 3411682.

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

Color convert

RGB2261452-
CMYK00.940.770.11
HSL349.25º88.33%47.06%-
HSV(B)349.25º93.81%88.63%-
XYZ32.1416.734.78-
YUV81.72111.24230.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 77.40%
GREEN value IS 14 (5.86% from 255) = 4.79%
BLUE value IS 52 (20.70% from 255) = 17.81%
R=77.40%
G=4.79%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226145200.940.770.11349.2588.3347.06
HexE2E3405E4DB15d582f
Octal342166401361151353513057
Binary11100010111011010001011110100110110111010111011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20E34; }

 p { color: rgb(226,14,52); }

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

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

 a { background-color: rgb(226,14,52); }

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

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

 span { border-color: rgb(226,14,52); }

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