Html Css Color HEX #E2092A Crimson

📋 copy color: '#E2092A'

red 226 ◦ green 9 ◦ blue 42

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

Shades of Crimson #E2092A

Tints of Crimson #E2092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.16%

R = 81.59%
G = 3.25%
B = 15.16%

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

#E2092A (or 0xE2092A) is known color: Crimson. HEX triplet: E2, 09 and 2A. RGB value is (226,9,42). Sum of RGB (Red+Green+Blue) = 226+9+42=277 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.59% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 226 - color contains mainly: red. Hex color #E2092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2092A is #1DF6D5. Grayscale: #4D4D4D. Windows color (decimal): -1963734 or 2755042. OLE color: 2755042.

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

Color convert

RGB 226 9 42 -
CMYK 0 0.96 0.81 0.11
HSL 350.88º 0.92% 0.46% -
HSV(B) 350.88º 0.96% 0.89% -
XYZ 31.88 16.53 3.7 -
YUV 77.65 107.89 233.82 -
System Red Green Blue C M Y K H S L
Decimal 226 9 42 0 0.96 0.81 0.11 350.88 0.92 0.46
Hex E2 9 2A 0 60 51 B 15F 5C 2E
Octal 342 11 52 0 140 121 13 537 134 56
Binary 11100010 1001 101010 0 1100000 1010001 1011 101011111 1011100 101110

Color Harmonies of #E2092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2092A

Black with #E2092A

Text Example


Text Example

White with #E2092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2092A; }

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

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

background-color css

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

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

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

border-color css

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

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

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