Html Css Color HEX #E31731 Crimson

📋 copy color: '#E31731'

red 227 ◦ green 23 ◦ blue 49

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

Shades of Crimson #E31731

Tints of Crimson #E31731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.69%

 BLUE value IS 49 (19.53% from 255) = 16.39%

R = 75.92%
G = 7.69%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E31731 (or 0xE31731) is known color: Crimson. HEX triplet: E3, 17 and 31. RGB value is (227,23,49). Sum of RGB (Red+Green+Blue) = 227+23+49=299 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.92% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 227 - color contains mainly: red. Hex color #E31731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31731 is #1CE8CE. Grayscale: #575757. Windows color (decimal): -1894607 or 3217379. OLE color: 3217379.

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

Color convert

RGB 227 23 49 -
CMYK 0 0.90 0.78 0.11
HSL 352.35º 0.82% 0.49% -
HSV(B) 352.35º 0.9% 0.89% -
XYZ 32.54 17.17 4.5 -
YUV 86.96 106.59 227.89 -
System Red Green Blue C M Y K H S L
Decimal 227 23 49 0 0.90 0.78 0.11 352.35 0.82 0.49
Hex E3 17 31 0 5A 4E B 160 52 31
Octal 343 27 61 0 132 116 13 540 122 61
Binary 11100011 10111 110001 0 1011010 1001110 1011 101100000 1010010 110001

Color Harmonies of #E31731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31731

Black with #E31731

Text Example


Text Example

White with #E31731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31731; }

 p { color: rgb(227,23,49); }

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

background-color css

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

 a { background-color: rgb(227,23,49); }

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

border-color css

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

 span { border-color: rgb(227,23,49); }

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