Html Css Color HEX #E2092C Crimson

📋 copy color: '#E2092C'

red 226 ◦ green 9 ◦ blue 44

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

Shades of Crimson #E2092C

Tints of Crimson #E2092C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.23%

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 81%
G = 3.23%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2092C (or 0xE2092C) is known color: Crimson. HEX triplet: E2, 09 and 2C. RGB value is (226,9,44). Sum of RGB (Red+Green+Blue) = 226+9+44=279 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.00% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 226 - color contains mainly: red. Hex color #E2092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2092C is #1DF6D3. Grayscale: #4D4D4D. Windows color (decimal): -1963732 or 2886114. OLE color: 2886114.

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

Color convert

RGB 226 9 44 -
CMYK 0 0.96 0.81 0.11
HSL 350.32º 0.92% 0.46% -
HSV(B) 350.32º 0.96% 0.89% -
XYZ 31.92 16.55 3.89 -
YUV 77.87 108.89 233.65 -
System Red Green Blue C M Y K H S L
Decimal 226 9 44 0 0.96 0.81 0.11 350.32 0.92 0.46
Hex E2 9 2C 0 60 51 B 15E 5C 2E
Octal 342 11 54 0 140 121 13 536 134 56
Binary 11100010 1001 101100 0 1100000 1010001 1011 101011110 1011100 101110

Color Harmonies of #E2092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2092C

Black with #E2092C

Text Example


Text Example

White with #E2092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2092C; }

 p { color: rgb(226,9,44); }

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

background-color css

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

 a { background-color: rgb(226,9,44); }

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

border-color css

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

 span { border-color: rgb(226,9,44); }

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