#E21336

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

Shades of Crimson #E21336

Tints of Crimson #E21336

Color information

#E21336 (or 0xE21336) is unknown color: approx Crimson. HEX triplet: E2, 13 and 36. RGB value is (226,19,54). Sum of RGB (Red+Green+Blue) = 226+19+54=299 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.59% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 226 - color contains mainly: red. Hex color #E21336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21336 is #1DECC9. Grayscale: #545454. Windows color (decimal): -1961162 or 3544034. OLE color: 3544034.

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

Color convert

RGB2261954-
CMYK00.920.760.11
HSL349.86º84.49%48.04%-
HSV(B)349.86º91.59%88.63%-
XYZ32.2616.95.05-
YUV84.88110.58228.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 75.59%
GREEN value IS 19 (7.81% from 255) = 6.35%
BLUE value IS 54 (21.48% from 255) = 18.06%
R=75.59%
G=6.35%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226195400.920.760.11349.8684.4948.04
HexE2133605C4CB15e5430
Octal342236601341141353612460
Binary111000101001111011001011100100110010111010111101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21336; }

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

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

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

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

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

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

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

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