Html Css Color HEX #E2193E Crimson

📋 copy color: '#E2193E'

red 226 ◦ green 25 ◦ blue 62

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

Shades of Crimson #E2193E

Tints of Crimson #E2193E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.99%

 BLUE value IS 62 (24.61% from 255) = 19.81%

R = 72.2%
G = 7.99%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2193E (or 0xE2193E) is known color: Crimson. HEX triplet: E2, 19 and 3E. RGB value is (226,25,62). Sum of RGB (Red+Green+Blue) = 226+25+62=313 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.20% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 226 - color contains mainly: red. Hex color #E2193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2193E is #1DE6C1. Grayscale: #595959. Windows color (decimal): -1959618 or 4069858. OLE color: 4069858.

HSL color Cylindrical-coordinate representation of color #E2193E: hue angle of 348.96º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2193E is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 25 62 -
CMYK 0 0.89 0.73 0.11
HSL 348.96º 0.8% 0.49% -
HSV(B) 348.96º 0.89% 0.89% -
XYZ 32.58 17.21 6.16 -
YUV 89.32 112.59 225.49 -
System Red Green Blue C M Y K H S L
Decimal 226 25 62 0 0.89 0.73 0.11 348.96 0.8 0.49
Hex E2 19 3E 0 59 49 B 15D 50 31
Octal 342 31 76 0 131 111 13 535 120 61
Binary 11100010 11001 111110 0 1011001 1001001 1011 101011101 1010000 110001

Color Harmonies of #E2193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2193E

Black with #E2193E

Text Example


Text Example

White with #E2193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2193E; }

 p { color: rgb(226,25,62); }

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

background-color css

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

 a { background-color: rgb(226,25,62); }

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

border-color css

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

 span { border-color: rgb(226,25,62); }

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