Html Css Color HEX #E81E1F Alizarin

📋 copy color: '#E81E1F'

red 232 ◦ green 30 ◦ blue 31

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

Shades of Alizarin #E81E1F

Tints of Alizarin #E81E1F

RGB

 RED value IS 232 (91.02% from 255) = 79.18%

 GREEN value IS 30 (12.11% from 255) = 10.24%

 BLUE value IS 31 (12.5% from 255) = 10.58%

R = 79.18%
G = 10.24%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E81E1F (or 0xE81E1F) is known color: Alizarin. HEX triplet: E8, 1E and 1F. RGB value is (232,30,31). Sum of RGB (Red+Green+Blue) = 232+30+31=293 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.18% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 232 - color contains mainly: red. Hex color #E81E1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81E1F is #17E1E0. Grayscale: #5A5A5A. Windows color (decimal): -1565153 or 2039528. OLE color: 2039528.

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

Color convert

RGB 232 30 31 -
CMYK 0 0.87 0.87 0.09
HSL 359.7º 0.81% 0.51% -
HSV(B) 359.7º 0.87% 0.91% -
XYZ 33.99 18.18 3.01 -
YUV 90.51 94.42 228.92 -
System Red Green Blue C M Y K H S L
Decimal 232 30 31 0 0.87 0.87 0.09 359.7 0.81 0.51
Hex E8 1E 1F 0 57 57 9 168 51 33
Octal 350 36 37 0 127 127 11 550 121 63
Binary 11101000 11110 11111 0 1010111 1010111 1001 101101000 1010001 110011

Color Harmonies of #E81E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81E1F

Black with #E81E1F

Text Example


Text Example

White with #E81E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81E1F; }

 p { color: rgb(232,30,31); }

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

background-color css

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

 a { background-color: rgb(232,30,31); }

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

border-color css

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

 span { border-color: rgb(232,30,31); }

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