Html Css Color HEX #E92330 Alizarin

📋 copy color: '#E92330'

red 233 ◦ green 35 ◦ blue 48

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

Shades of Alizarin #E92330

Tints of Alizarin #E92330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 73.73%
G = 11.08%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E92330 (or 0xE92330) is known color: Alizarin. HEX triplet: E9, 23 and 30. RGB value is (233,35,48). Sum of RGB (Red+Green+Blue) = 233+35+48=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E92330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92330 is #16DCCF. Grayscale: #5F5F5F. Windows color (decimal): -1498320 or 3154921. OLE color: 3154921.

HSL color Cylindrical-coordinate representation of color #E92330: hue angle of 356.06º 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 #E92330 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 35 48 -
CMYK 0 0.85 0.79 0.09
HSL 356.06º 0.82% 0.53% -
HSV(B) 356.06º 0.85% 0.91% -
XYZ 34.74 18.74 4.58 -
YUV 95.68 101.1 225.94 -
System Red Green Blue C M Y K H S L
Decimal 233 35 48 0 0.85 0.79 0.09 356.06 0.82 0.53
Hex E9 23 30 0 55 4F 9 164 52 35
Octal 351 43 60 0 125 117 11 544 122 65
Binary 11101001 100011 110000 0 1010101 1001111 1001 101100100 1010010 110101

Color Harmonies of #E92330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92330

Black with #E92330

Text Example


Text Example

White with #E92330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92330; }

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

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

background-color css

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

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

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

border-color css

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

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

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