#E21342

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

Shades of Crimson #E21342

Tints of Crimson #E21342

Color information

#E21342 (or 0xE21342) is unknown color: approx Crimson. HEX triplet: E2, 13 and 42. RGB value is (226,19,66). Sum of RGB (Red+Green+Blue) = 226+19+66=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E21342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21342 is #1DECBD. Grayscale: #565656. Windows color (decimal): -1961150 or 4330466. OLE color: 4330466.

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

Color convert

RGB2261966-
CMYK00.920.710.11
HSL346.38º84.49%48.04%-
HSV(B)346.38º91.59%88.63%-
XYZ32.5817.036.72-
YUV86.25116.58227.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 72.67%
GREEN value IS 19 (7.81% from 255) = 6.11%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=72.67%
G=6.11%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226196600.920.710.11346.3884.4948.04
HexE2134205C47B15a5430
Octal3422310201341071353212460
Binary1110001010011100001001011100100011110111010110101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21342; }

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

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

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

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

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

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

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

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