#E21337

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

Shades of Crimson #E21337

Tints of Crimson #E21337

Color information

#E21337 (or 0xE21337) is unknown color: approx Crimson. HEX triplet: E2, 13 and 37. RGB value is (226,19,55). Sum of RGB (Red+Green+Blue) = 226+19+55=300 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.33% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 226 - color contains mainly: red. Hex color #E21337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21337 is #1DECC8. Grayscale: #555555. Windows color (decimal): -1961161 or 3609570. OLE color: 3609570.

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

Color convert

RGB2261955-
CMYK00.920.760.11
HSL349.57º84.49%48.04%-
HSV(B)349.57º91.59%88.63%-
XYZ32.2916.915.18-
YUV85111.08228.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 75.33%
GREEN value IS 19 (7.81% from 255) = 6.33%
BLUE value IS 55 (21.88% from 255) = 18.33%
R=75.33%
G=6.33%
B=18.33%

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
Decimal226195500.920.760.11349.5784.4948.04
HexE2133705C4CB15e5430
Octal342236701341141353612460
Binary111000101001111011101011100100110010111010111101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21337; }

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

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

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

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

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

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

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

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