Html Css Color HEX #E81E2F Alizarin

📋 copy color: '#E81E2F'

red 232 ◦ green 30 ◦ blue 47

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

Shades of Alizarin #E81E2F

Tints of Alizarin #E81E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 75.08%
G = 9.71%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E81E2F (or 0xE81E2F) is known color: Alizarin. HEX triplet: E8, 1E and 2F. RGB value is (232,30,47). Sum of RGB (Red+Green+Blue) = 232+30+47=309 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.08% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 232 - color contains mainly: red. Hex color #E81E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81E2F is #17E1D0. Grayscale: #5C5C5C. Windows color (decimal): -1565137 or 3088104. OLE color: 3088104.

HSL color Cylindrical-coordinate representation of color #E81E2F: hue angle of 354.95º 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 #E81E2F is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 30 47 -
CMYK 0 0.87 0.80 0.09
HSL 354.95º 0.81% 0.51% -
HSV(B) 354.95º 0.87% 0.91% -
XYZ 34.26 18.29 4.41 -
YUV 92.34 102.42 227.62 -
System Red Green Blue C M Y K H S L
Decimal 232 30 47 0 0.87 0.80 0.09 354.95 0.81 0.51
Hex E8 1E 2F 0 57 50 9 163 51 33
Octal 350 36 57 0 127 120 11 543 121 63
Binary 11101000 11110 101111 0 1010111 1010000 1001 101100011 1010001 110011

Color Harmonies of #E81E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81E2F

Black with #E81E2F

Text Example


Text Example

White with #E81E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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