Html Css Color HEX #E2122E Crimson

📋 copy color: '#E2122E'

red 226 ◦ green 18 ◦ blue 46

#E2122E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #E2122E

Tints of Crimson #E2122E

RGB

 RED value IS 226 (88.67% from 255) = 77.93%

 GREEN value IS 18 (7.42% from 255) = 6.21%

 BLUE value IS 46 (18.36% from 255) = 15.86%

R = 77.93%
G = 6.21%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2122E (or 0xE2122E) is known color: Crimson. HEX triplet: E2, 12 and 2E. RGB value is (226,18,46). Sum of RGB (Red+Green+Blue) = 226+18+46=290 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.93% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 226 - color contains mainly: red. Hex color #E2122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2122E is #1DEDD1. Grayscale: #535353. Windows color (decimal): -1961426 or 3019490. OLE color: 3019490.

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

Color convert

RGB 226 18 46 -
CMYK 0 0.92 0.80 0.11
HSL 351.92º 0.85% 0.48% -
HSV(B) 351.92º 0.92% 0.89% -
XYZ 32.07 16.8 4.14 -
YUV 83.38 106.91 229.72 -
System Red Green Blue C M Y K H S L
Decimal 226 18 46 0 0.92 0.80 0.11 351.92 0.85 0.48
Hex E2 12 2E 0 5C 50 B 160 55 30
Octal 342 22 56 0 134 120 13 540 125 60
Binary 11100010 10010 101110 0 1011100 1010000 1011 101100000 1010101 110000

Color Harmonies of #E2122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2122E

Black with #E2122E

Text Example


Text Example

White with #E2122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2122E; }

 p { color: rgb(226,18,46); }

 H1.HeaderClassName
 {
   color: #E2122E;
 }
 .AnyTagClassName
 {
   color: #E2122E;
 }
</style>

background-color css

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

 a { background-color: rgb(226,18,46); }

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

border-color css

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

 span { border-color: rgb(226,18,46); }

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