#E20E35

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

Shades of Crimson #E20E35

Tints of Crimson #E20E35

Color information

#E20E35 (or 0xE20E35) is unknown color: approx Crimson. HEX triplet: E2, 0E and 35. RGB value is (226,14,53). Sum of RGB (Red+Green+Blue) = 226+14+53=293 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.13% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20E35 is #1DF1CA. Grayscale: #515151. Windows color (decimal): -1962443 or 3477218. OLE color: 3477218.

HSL color Cylindrical-coordinate representation of color #E20E35: hue angle of 348.96º 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 #E20E35 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB2261453-
CMYK00.940.770.11
HSL348.96º88.33%47.06%-
HSV(B)348.96º93.81%88.63%-
XYZ32.1616.744.9-
YUV81.83111.74230.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 77.13%
GREEN value IS 14 (5.86% from 255) = 4.78%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=77.13%
G=4.78%
B=18.09%

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
Decimal226145300.940.770.11348.9688.3347.06
HexE2E3505E4DB15d582f
Octal342166501361151353513057
Binary11100010111011010101011110100110110111010111011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20E35; }

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

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

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

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

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

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

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

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