#E20336

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

Shades of Crimson #E20336

Tints of Crimson #E20336

Color information

#E20336 (or 0xE20336) is unknown color: approx Crimson. HEX triplet: E2, 03 and 36. RGB value is (226,3,54). Sum of RGB (Red+Green+Blue) = 226+3+54=283 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.86% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 226 - color contains mainly: red. Hex color #E20336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20336 is #1DFCC9. Grayscale: #4B4B4B. Windows color (decimal): -1965258 or 3539938. OLE color: 3539938.

HSL color Cylindrical-coordinate representation of color #E20336: hue angle of 346.28º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E20336 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB226354-
CMYK00.990.760.11
HSL346.28º97.38%44.9%-
HSV(B)346.28º98.67%88.63%-
XYZ32.0616.54.99-
YUV75.49115.88235.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 79.86%
GREEN value IS 3 (1.56% from 255) = 1.06%
BLUE value IS 54 (21.48% from 255) = 19.08%
R=79.86%
G=1.06%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22635400.990.760.11346.2897.3844.9
HexE23360634CB15a612d
Octal34236601431141353214155
Binary111000101111011001100011100110010111010110101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20336; }

 p { color: rgb(226,3,54); }

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

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

 a { background-color: rgb(226,3,54); }

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

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

 span { border-color: rgb(226,3,54); }

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