Html Css Color HEX #E81F42 Alizarin

📋 copy color: '#E81F42'

red 232 ◦ green 31 ◦ blue 66

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

Shades of Alizarin #E81F42

Tints of Alizarin #E81F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.42%

 BLUE value IS 66 (26.17% from 255) = 20.06%

R = 70.52%
G = 9.42%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E81F42 (or 0xE81F42) is known color: Alizarin. HEX triplet: E8, 1F and 42. RGB value is (232,31,66). Sum of RGB (Red+Green+Blue) = 232+31+66=329 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.52% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 232 - color contains mainly: red. Hex color #E81F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81F42 is #17E0BD. Grayscale: #5F5F5F. Windows color (decimal): -1564862 or 4333544. OLE color: 4333544.

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

Color convert

RGB 232 31 66 -
CMYK 0 0.87 0.72 0.09
HSL 349.55º 0.81% 0.52% -
HSV(B) 349.55º 0.87% 0.91% -
XYZ 34.75 18.53 6.9 -
YUV 95.09 111.59 225.65 -
System Red Green Blue C M Y K H S L
Decimal 232 31 66 0 0.87 0.72 0.09 349.55 0.81 0.52
Hex E8 1F 42 0 57 48 9 15E 51 34
Octal 350 37 102 0 127 110 11 536 121 64
Binary 11101000 11111 1000010 0 1010111 1001000 1001 101011110 1010001 110100

Color Harmonies of #E81F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81F42

Black with #E81F42

Text Example


Text Example

White with #E81F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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