Html Css Color HEX #E31942 Crimson

📋 copy color: '#E31942'

red 227 ◦ green 25 ◦ blue 66

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

Shades of Crimson #E31942

Tints of Crimson #E31942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.75%

R = 71.38%
G = 7.86%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E31942 (or 0xE31942) is known color: Crimson. HEX triplet: E3, 19 and 42. RGB value is (227,25,66). Sum of RGB (Red+Green+Blue) = 227+25+66=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E31942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31942 is #1CE6BD. Grayscale: #5A5A5A. Windows color (decimal): -1894078 or 4332003. OLE color: 4332003.

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

Color convert

RGB 227 25 66 -
CMYK 0 0.89 0.71 0.11
HSL 347.82º 0.8% 0.49% -
HSV(B) 347.82º 0.89% 0.89% -
XYZ 33.01 17.42 6.78 -
YUV 90.07 114.42 225.67 -
System Red Green Blue C M Y K H S L
Decimal 227 25 66 0 0.89 0.71 0.11 347.82 0.8 0.49
Hex E3 19 42 0 59 47 B 15C 50 31
Octal 343 31 102 0 131 107 13 534 120 61
Binary 11100011 11001 1000010 0 1011001 1000111 1011 101011100 1010000 110001

Color Harmonies of #E31942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31942

Black with #E31942

Text Example


Text Example

White with #E31942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31942; }

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

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

background-color css

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

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

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

border-color css

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

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

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