Html Css Color HEX #E2193C Crimson

📋 copy color: '#E2193C'

red 226 ◦ green 25 ◦ blue 60

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

Shades of Crimson #E2193C

Tints of Crimson #E2193C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 72.67%
G = 8.04%
B = 19.29%

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

#E2193C (or 0xE2193C) is known color: Crimson. HEX triplet: E2, 19 and 3C. RGB value is (226,25,60). Sum of RGB (Red+Green+Blue) = 226+25+60=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E2193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2193C is #1DE6C3. Grayscale: #595959. Windows color (decimal): -1959620 or 3938786. OLE color: 3938786.

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

Color convert

RGB 226 25 60 -
CMYK 0 0.89 0.73 0.11
HSL 349.55º 0.8% 0.49% -
HSV(B) 349.55º 0.89% 0.89% -
XYZ 32.53 17.19 5.88 -
YUV 89.09 111.59 225.65 -
System Red Green Blue C M Y K H S L
Decimal 226 25 60 0 0.89 0.73 0.11 349.55 0.8 0.49
Hex E2 19 3C 0 59 49 B 15E 50 31
Octal 342 31 74 0 131 111 13 536 120 61
Binary 11100010 11001 111100 0 1011001 1001001 1011 101011110 1010000 110001

Color Harmonies of #E2193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2193C

Black with #E2193C

Text Example


Text Example

White with #E2193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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