Html Css Color HEX #E3313A Alizarin

📋 copy color: '#E3313A'

red 227 ◦ green 49 ◦ blue 58

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

Shades of Alizarin #E3313A

Tints of Alizarin #E3313A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

 BLUE value IS 58 (23.05% from 255) = 17.37%

R = 67.96%
G = 14.67%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E3313A (or 0xE3313A) is known color: Alizarin. HEX triplet: E3, 31 and 3A. RGB value is (227,49,58). Sum of RGB (Red+Green+Blue) = 227+49+58=334 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.96% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 227 - color contains mainly: red. Hex color #E3313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3313A is #1CCEC5. Grayscale: #676767. Windows color (decimal): -1887942 or 3813859. OLE color: 3813859.

HSL color Cylindrical-coordinate representation of color #E3313A: hue angle of 356.97º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E3313A is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 49 58 -
CMYK 0 0.78 0.74 0.11
HSL 356.97º 0.76% 0.54% -
HSV(B) 356.97º 0.78% 0.89% -
XYZ 33.54 18.83 5.87 -
YUV 103.25 102.47 216.27 -
System Red Green Blue C M Y K H S L
Decimal 227 49 58 0 0.78 0.74 0.11 356.97 0.76 0.54
Hex E3 31 3A 0 4E 4A B 165 4C 36
Octal 343 61 72 0 116 112 13 545 114 66
Binary 11100011 110001 111010 0 1001110 1001010 1011 101100101 1001100 110110

Color Harmonies of #E3313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3313A

Black with #E3313A

Text Example


Text Example

White with #E3313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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