#E2173A

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

Shades of Crimson #E2173A

Tints of Crimson #E2173A

Color information

#E2173A (or 0xE2173A) is unknown color: approx Crimson. HEX triplet: E2, 17 and 3A. RGB value is (226,23,58). Sum of RGB (Red+Green+Blue) = 226+23+58=307 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.62% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 226 - color contains mainly: red. Hex color #E2173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2173A is #1DE8C5. Grayscale: #575757. Windows color (decimal): -1960134 or 3807202. OLE color: 3807202.

HSL color Cylindrical-coordinate representation of color #E2173A: hue angle of 349.66º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2173A is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB2262358-
CMYK00.900.740.11
HSL349.66º81.53%48.82%-
HSV(B)349.66º89.82%88.63%-
XYZ32.4317.095.59-
YUV87.69111.25226.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 73.62%
GREEN value IS 23 (9.38% from 255) = 7.49%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=73.62%
G=7.49%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226235800.900.740.11349.6681.5348.82
HexE2173A05A4AB15e5231
Octal342277201321121353612261
Binary111000101011111101001011010100101010111010111101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2173A; }

 p { color: rgb(226,23,58); }

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

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

 a { background-color: rgb(226,23,58); }

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

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

 span { border-color: rgb(226,23,58); }

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