Html Css Color HEX #E81C2F Alizarin

📋 copy color: '#E81C2F'

red 232 ◦ green 28 ◦ blue 47

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

Shades of Alizarin #E81C2F

Tints of Alizarin #E81C2F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.12%

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

R = 75.57%
G = 9.12%
B = 15.31%

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

#E81C2F (or 0xE81C2F) is known color: Alizarin. HEX triplet: E8, 1C and 2F. RGB value is (232,28,47). Sum of RGB (Red+Green+Blue) = 232+28+47=307 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.57% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81C2F is #17E3D0. Grayscale: #5B5B5B. Windows color (decimal): -1565649 or 3087592. OLE color: 3087592.

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

Color convert

RGB 232 28 47 -
CMYK 0 0.88 0.80 0.09
HSL 354.41º 0.82% 0.51% -
HSV(B) 354.41º 0.88% 0.91% -
XYZ 34.21 18.19 4.4 -
YUV 91.16 103.09 228.46 -
System Red Green Blue C M Y K H S L
Decimal 232 28 47 0 0.88 0.80 0.09 354.41 0.82 0.51
Hex E8 1C 2F 0 58 50 9 162 52 33
Octal 350 34 57 0 130 120 11 542 122 63
Binary 11101000 11100 101111 0 1011000 1010000 1001 101100010 1010010 110011

Color Harmonies of #E81C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81C2F

Black with #E81C2F

Text Example


Text Example

White with #E81C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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