Html Css Color HEX #E2093F Crimson

📋 copy color: '#E2093F'

red 226 ◦ green 9 ◦ blue 63

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

Shades of Crimson #E2093F

Tints of Crimson #E2093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.14%

R = 75.84%
G = 3.02%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E2093F (or 0xE2093F) is known color: Crimson. HEX triplet: E2, 09 and 3F. RGB value is (226,9,63). Sum of RGB (Red+Green+Blue) = 226+9+63=298 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.84% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 226 - color contains mainly: red. Hex color #E2093F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2093F is #1DF6C0. Grayscale: #505050. Windows color (decimal): -1963713 or 4131298. OLE color: 4131298.

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

Color convert

RGB 226 9 63 -
CMYK 0 0.96 0.72 0.11
HSL 345.07º 0.92% 0.46% -
HSV(B) 345.07º 0.96% 0.89% -
XYZ 32.36 16.72 6.22 -
YUV 80.04 118.39 232.11 -
System Red Green Blue C M Y K H S L
Decimal 226 9 63 0 0.96 0.72 0.11 345.07 0.92 0.46
Hex E2 9 3F 0 60 48 B 159 5C 2E
Octal 342 11 77 0 140 110 13 531 134 56
Binary 11100010 1001 111111 0 1100000 1001000 1011 101011001 1011100 101110

Color Harmonies of #E2093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2093F

Black with #E2093F

Text Example


Text Example

White with #E2093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2093F; }

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

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

background-color css

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

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

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

border-color css

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

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

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