Html Css Color HEX #E93A40 Alizarin

📋 copy color: '#E93A40'

red 233 ◦ green 58 ◦ blue 64

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

Shades of Alizarin #E93A40

Tints of Alizarin #E93A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.34%

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 65.63%
G = 16.34%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E93A40 (or 0xE93A40) is known color: Alizarin. HEX triplet: E9, 3A and 40. RGB value is (233,58,64). Sum of RGB (Red+Green+Blue) = 233+58+64=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A40 is #16C5BF. Grayscale: #6F6F6F. Windows color (decimal): -1492416 or 4209385. OLE color: 4209385.

HSL color Cylindrical-coordinate representation of color #E93A40: hue angle of 357.94º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E93A40 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 58 64 -
CMYK 0 0.75 0.73 0.09
HSL 357.94º 0.8% 0.57% -
HSV(B) 357.94º 0.75% 0.91% -
XYZ 36.04 20.72 6.95 -
YUV 111.01 101.48 215.01 -
System Red Green Blue C M Y K H S L
Decimal 233 58 64 0 0.75 0.73 0.09 357.94 0.8 0.57
Hex E9 3A 40 0 4B 49 9 166 50 39
Octal 351 72 100 0 113 111 11 546 120 71
Binary 11101001 111010 1000000 0 1001011 1001001 1001 101100110 1010000 111001

Color Harmonies of #E93A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93A40

Black with #E93A40

Text Example


Text Example

White with #E93A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93A40; }

 p { color: rgb(233,58,64); }

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

background-color css

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

 a { background-color: rgb(233,58,64); }

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

border-color css

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

 span { border-color: rgb(233,58,64); }

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