Html Css Color HEX #E92334 Alizarin

📋 copy color: '#E92334'

red 233 ◦ green 35 ◦ blue 52

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

Shades of Alizarin #E92334

Tints of Alizarin #E92334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.94%

 BLUE value IS 52 (20.7% from 255) = 16.25%

R = 72.81%
G = 10.94%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E92334 (or 0xE92334) is known color: Alizarin. HEX triplet: E9, 23 and 34. RGB value is (233,35,52). Sum of RGB (Red+Green+Blue) = 233+35+52=320 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.81% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 233 - color contains mainly: red. Hex color #E92334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92334 is #16DCCB. Grayscale: #606060. Windows color (decimal): -1498316 or 3417065. OLE color: 3417065.

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

Color convert

RGB 233 35 52 -
CMYK 0 0.85 0.78 0.09
HSL 354.85º 0.82% 0.53% -
HSV(B) 354.85º 0.85% 0.91% -
XYZ 34.83 18.77 5.04 -
YUV 96.14 103.1 225.62 -
System Red Green Blue C M Y K H S L
Decimal 233 35 52 0 0.85 0.78 0.09 354.85 0.82 0.53
Hex E9 23 34 0 55 4E 9 163 52 35
Octal 351 43 64 0 125 116 11 543 122 65
Binary 11101001 100011 110100 0 1010101 1001110 1001 101100011 1010010 110101

Color Harmonies of #E92334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92334

Black with #E92334

Text Example


Text Example

White with #E92334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92334; }

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

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

background-color css

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

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

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

border-color css

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

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

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