Html Css Color HEX #E92242 Alizarin

📋 copy color: '#E92242'

red 233 ◦ green 34 ◦ blue 66

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

Shades of Alizarin #E92242

Tints of Alizarin #E92242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.21%

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

R = 69.97%
G = 10.21%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E92242 (or 0xE92242) is known color: Alizarin. HEX triplet: E9, 22 and 42. RGB value is (233,34,66). Sum of RGB (Red+Green+Blue) = 233+34+66=333 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.97% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 233 - color contains mainly: red. Hex color #E92242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92242 is #16DDBD. Grayscale: #616161. Windows color (decimal): -1498558 or 4334313. OLE color: 4334313.

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

Color convert

RGB 233 34 66 -
CMYK 0 0.85 0.72 0.09
HSL 350.35º 0.82% 0.52% -
HSV(B) 350.35º 0.85% 0.91% -
XYZ 35.16 18.86 6.94 -
YUV 97.15 110.43 224.9 -
System Red Green Blue C M Y K H S L
Decimal 233 34 66 0 0.85 0.72 0.09 350.35 0.82 0.52
Hex E9 22 42 0 55 48 9 15E 52 34
Octal 351 42 102 0 125 110 11 536 122 64
Binary 11101001 100010 1000010 0 1010101 1001000 1001 101011110 1010010 110100

Color Harmonies of #E92242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92242

Black with #E92242

Text Example


Text Example

White with #E92242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92242; }

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

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

background-color css

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

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

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

border-color css

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

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

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