Html Css Color HEX #E71A34 Alizarin

📋 copy color: '#E71A34'

red 231 ◦ green 26 ◦ blue 52

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

Shades of Alizarin #E71A34

Tints of Alizarin #E71A34

RGB

 RED value IS 231 (90.63% from 255) = 74.76%

 GREEN value IS 26 (10.55% from 255) = 8.41%

 BLUE value IS 52 (20.7% from 255) = 16.83%

R = 74.76%
G = 8.41%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#E71A34 (or 0xE71A34) is known color: Alizarin. HEX triplet: E7, 1A and 34. RGB value is (231,26,52). Sum of RGB (Red+Green+Blue) = 231+26+52=309 (40% of max value = 765). Red value is 231 (90.62% from 255 or 74.76% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 231 - color contains mainly: red. Hex color #E71A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71A34 is #18E5CB. Grayscale: #5A5A5A. Windows color (decimal): -1631692 or 3414759. OLE color: 3414759.

HSL color Cylindrical-coordinate representation of color #E71A34: hue angle of 352.39º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71A34 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 26 52 -
CMYK 0 0.89 0.77 0.09
HSL 352.39º 0.81% 0.5% -
HSV(B) 352.39º 0.89% 0.91% -
XYZ 33.94 17.98 4.93 -
YUV 90.26 106.42 228.39 -
System Red Green Blue C M Y K H S L
Decimal 231 26 52 0 0.89 0.77 0.09 352.39 0.81 0.5
Hex E7 1A 34 0 59 4D 9 160 51 32
Octal 347 32 64 0 131 115 11 540 121 62
Binary 11100111 11010 110100 0 1011001 1001101 1001 101100000 1010001 110010

Color Harmonies of #E71A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71A34

Black with #E71A34

Text Example


Text Example

White with #E71A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71A34; }

 p { color: rgb(231,26,52); }

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

background-color css

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

 a { background-color: rgb(231,26,52); }

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

border-color css

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

 span { border-color: rgb(231,26,52); }

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