Html Css Color HEX #E93241 Alizarin

📋 copy color: '#E93241'

red 233 ◦ green 50 ◦ blue 65

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

Shades of Alizarin #E93241

Tints of Alizarin #E93241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.37%

 BLUE value IS 65 (25.78% from 255) = 18.68%

R = 66.95%
G = 14.37%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E93241 (or 0xE93241) is known color: Alizarin. HEX triplet: E9, 32 and 41. RGB value is (233,50,65). Sum of RGB (Red+Green+Blue) = 233+50+65=348 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.95% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 233 - color contains mainly: red. Hex color #E93241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93241 is #16CDBE. Grayscale: #6A6A6A. Windows color (decimal): -1494463 or 4272873. OLE color: 4272873.

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

Color convert

RGB 233 50 65 -
CMYK 0 0.79 0.72 0.09
HSL 355.08º 0.81% 0.55% -
HSV(B) 355.08º 0.79% 0.91% -
XYZ 35.7 19.99 6.98 -
YUV 106.43 104.63 218.28 -
System Red Green Blue C M Y K H S L
Decimal 233 50 65 0 0.79 0.72 0.09 355.08 0.81 0.55
Hex E9 32 41 0 4F 48 9 163 51 37
Octal 351 62 101 0 117 110 11 543 121 67
Binary 11101001 110010 1000001 0 1001111 1001000 1001 101100011 1010001 110111

Color Harmonies of #E93241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93241

Black with #E93241

Text Example


Text Example

White with #E93241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93241; }

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

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

background-color css

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

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

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

border-color css

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

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

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