Html Css Color HEX #E81B2F Alizarin

📋 copy color: '#E81B2F'

red 232 ◦ green 27 ◦ blue 47

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

Shades of Alizarin #E81B2F

Tints of Alizarin #E81B2F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.82%

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

R = 75.82%
G = 8.82%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E81B2F (or 0xE81B2F) is known color: Alizarin. HEX triplet: E8, 1B and 2F. RGB value is (232,27,47). Sum of RGB (Red+Green+Blue) = 232+27+47=306 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.82% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81B2F is #17E4D0. Grayscale: #5A5A5A. Windows color (decimal): -1565905 or 3087336. OLE color: 3087336.

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

Color convert

RGB 232 27 47 -
CMYK 0 0.88 0.80 0.09
HSL 354.15º 0.82% 0.51% -
HSV(B) 354.15º 0.88% 0.91% -
XYZ 34.18 18.14 4.39 -
YUV 90.58 103.42 228.87 -
System Red Green Blue C M Y K H S L
Decimal 232 27 47 0 0.88 0.80 0.09 354.15 0.82 0.51
Hex E8 1B 2F 0 58 50 9 162 52 33
Octal 350 33 57 0 130 120 11 542 122 63
Binary 11101000 11011 101111 0 1011000 1010000 1001 101100010 1010010 110011

Color Harmonies of #E81B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81B2F

Black with #E81B2F

Text Example


Text Example

White with #E81B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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