#e21542

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

Shades of Crimson #E21542

Tints of Crimson #E21542

Color information

#E21542 (or 0xE21542) is unknown color: approx Crimson. HEX triplet: E2, 15 and 42. RGB value is (226,21,66). Sum of RGB (Red+Green+Blue) = 226+21+66=313 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.20% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 226 - color contains mainly: red. Hex color #E21542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21542 is #1DEABD. Grayscale: #575757. Windows color (decimal): -1960638 or 4330978. OLE color: 4330978.

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

Color convert

RGB2262166-
CMYK00.910.710.11
HSL346.83º83%48.43%-
HSV(B)346.83º90.71%88.63%-
XYZ32.6217.16.74-
YUV87.42115.92226.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 72.20%
GREEN value IS 21 (8.59% from 255) = 6.71%
BLUE value IS 66 (26.17% from 255) = 21.09%
R=72.20%
G=6.71%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226216600.910.710.11346.838348.43
HexE2154205B47B15b5330
Octal3422510201331071353312360
Binary1110001010101100001001011011100011110111010110111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e21542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e21542; }

 p { color: rgb(226,21,66); }

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

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

 a { background-color: rgb(226,21,66); }

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

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

 span { border-color: rgb(226,21,66); }

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