Html Css Color HEX #E94142 Alizarin

📋 copy color: '#E94142'

red 233 ◦ green 65 ◦ blue 66

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

Shades of Alizarin #E94142

Tints of Alizarin #E94142

RGB

 RED value IS 233 (91.41% from 255) = 64.01%

 GREEN value IS 65 (25.78% from 255) = 17.86%

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

R = 64.01%
G = 17.86%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E94142 (or 0xE94142) is known color: Alizarin. HEX triplet: E9, 41 and 42. RGB value is (233,65,66). Sum of RGB (Red+Green+Blue) = 233+65+66=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E94142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94142 is #16BEBD. Grayscale: #737373. Windows color (decimal): -1490622 or 4342249. OLE color: 4342249.

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

Color convert

RGB 233 65 66 -
CMYK 0 0.72 0.72 0.09
HSL 359.64º 0.79% 0.58% -
HSV(B) 359.64º 0.72% 0.91% -
XYZ 36.48 21.5 7.38 -
YUV 115.35 100.16 211.92 -
System Red Green Blue C M Y K H S L
Decimal 233 65 66 0 0.72 0.72 0.09 359.64 0.79 0.58
Hex E9 41 42 0 48 48 9 168 4F 3A
Octal 351 101 102 0 110 110 11 550 117 72
Binary 11101001 1000001 1000010 0 1001000 1001000 1001 101101000 1001111 111010

Color Harmonies of #E94142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94142

Black with #E94142

Text Example


Text Example

White with #E94142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94142; }

 p { color: rgb(233,65,66); }

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

background-color css

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

 a { background-color: rgb(233,65,66); }

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

border-color css

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

 span { border-color: rgb(233,65,66); }

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