Html Css Color HEX #E3193E Crimson

📋 copy color: '#E3193E'

red 227 ◦ green 25 ◦ blue 62

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

Shades of Crimson #E3193E

Tints of Crimson #E3193E

RGB

 RED value IS 227 (89.06% from 255) = 72.29%

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

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

R = 72.29%
G = 7.96%
B = 19.75%

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

#E3193E (or 0xE3193E) is known color: Crimson. HEX triplet: E3, 19 and 3E. RGB value is (227,25,62). Sum of RGB (Red+Green+Blue) = 227+25+62=314 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.29% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 227 - color contains mainly: red. Hex color #E3193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3193E is #1CE6C1. Grayscale: #595959. Windows color (decimal): -1894082 or 4069859. OLE color: 4069859.

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

Color convert

RGB 227 25 62 -
CMYK 0 0.89 0.73 0.11
HSL 349.01º 0.8% 0.49% -
HSV(B) 349.01º 0.89% 0.89% -
XYZ 32.9 17.37 6.18 -
YUV 89.62 112.42 225.99 -
System Red Green Blue C M Y K H S L
Decimal 227 25 62 0 0.89 0.73 0.11 349.01 0.8 0.49
Hex E3 19 3E 0 59 49 B 15D 50 31
Octal 343 31 76 0 131 111 13 535 120 61
Binary 11100011 11001 111110 0 1011001 1001001 1011 101011101 1010000 110001

Color Harmonies of #E3193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3193E

Black with #E3193E

Text Example


Text Example

White with #E3193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3193E; }

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

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

background-color css

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

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

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

border-color css

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

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

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