Html Css Color HEX #E2093A Crimson

📋 copy color: '#E2093A'

red 226 ◦ green 9 ◦ blue 58

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

Shades of Crimson #E2093A

Tints of Crimson #E2093A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.8%

R = 77.13%
G = 3.07%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E2093A (or 0xE2093A) is known color: Crimson. HEX triplet: E2, 09 and 3A. RGB value is (226,9,58). Sum of RGB (Red+Green+Blue) = 226+9+58=293 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.13% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 226 - color contains mainly: red. Hex color #E2093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2093A is #1DF6C5. Grayscale: #4F4F4F. Windows color (decimal): -1963718 or 3803618. OLE color: 3803618.

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

Color convert

RGB 226 9 58 -
CMYK 0 0.96 0.74 0.11
HSL 346.45º 0.92% 0.46% -
HSV(B) 346.45º 0.96% 0.89% -
XYZ 32.23 16.67 5.52 -
YUV 79.47 115.89 232.52 -
System Red Green Blue C M Y K H S L
Decimal 226 9 58 0 0.96 0.74 0.11 346.45 0.92 0.46
Hex E2 9 3A 0 60 4A B 15A 5C 2E
Octal 342 11 72 0 140 112 13 532 134 56
Binary 11100010 1001 111010 0 1100000 1001010 1011 101011010 1011100 101110

Color Harmonies of #E2093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2093A

Black with #E2093A

Text Example


Text Example

White with #E2093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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