Html Css Color HEX #E93440 Alizarin

📋 copy color: '#E93440'

red 233 ◦ green 52 ◦ blue 64

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

Shades of Alizarin #E93440

Tints of Alizarin #E93440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.9%

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

R = 66.76%
G = 14.9%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E93440 (or 0xE93440) is known color: Alizarin. HEX triplet: E9, 34 and 40. RGB value is (233,52,64). Sum of RGB (Red+Green+Blue) = 233+52+64=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E93440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93440 is #16CBBF. Grayscale: #6B6B6B. Windows color (decimal): -1493952 or 4207849. OLE color: 4207849.

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

Color convert

RGB 233 52 64 -
CMYK 0 0.78 0.73 0.09
HSL 356.02º 0.8% 0.56% -
HSV(B) 356.02º 0.78% 0.91% -
XYZ 35.76 20.15 6.86 -
YUV 107.49 103.47 217.52 -
System Red Green Blue C M Y K H S L
Decimal 233 52 64 0 0.78 0.73 0.09 356.02 0.8 0.56
Hex E9 34 40 0 4E 49 9 164 50 38
Octal 351 64 100 0 116 111 11 544 120 70
Binary 11101001 110100 1000000 0 1001110 1001001 1001 101100100 1010000 111000

Color Harmonies of #E93440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93440

Black with #E93440

Text Example


Text Example

White with #E93440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93440; }

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

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

background-color css

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

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

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

border-color css

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

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

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