#E2102B

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

Shades of Crimson #E2102B

Tints of Crimson #E2102B

Color information

#E2102B (or 0xE2102B) is unknown color: approx Crimson. HEX triplet: E2, 10 and 2B. RGB value is (226,16,43). Sum of RGB (Red+Green+Blue) = 226+16+43=285 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.30% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 226 - color contains mainly: red. Hex color #E2102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2102B is #1DEFD4. Grayscale: #515151. Windows color (decimal): -1961941 or 2822370. OLE color: 2822370.

HSL color Cylindrical-coordinate representation of color #E2102B: hue angle of 352.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2102B is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB2261643-
CMYK00.930.810.11
HSL352.29º86.78%47.45%-
HSV(B)352.29º92.92%88.63%-
XYZ31.9916.713.83-
YUV81.87106.07230.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 79.30%
GREEN value IS 16 (6.64% from 255) = 5.61%
BLUE value IS 43 (17.19% from 255) = 15.09%
R=79.30%
G=5.61%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226164300.930.810.11352.2986.7847.45
HexE2102B05D51B160572f
Octal342205301351211354012757
Binary111000101000010101101011101101000110111011000001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2102B; }

 p { color: rgb(226,16,43); }

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

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

 a { background-color: rgb(226,16,43); }

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

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

 span { border-color: rgb(226,16,43); }

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