Html Css Color HEX #E9252E Alizarin

📋 copy color: '#E9252E'

red 233 ◦ green 37 ◦ blue 46

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

Shades of Alizarin #E9252E

Tints of Alizarin #E9252E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.71%

 BLUE value IS 46 (18.36% from 255) = 14.56%

R = 73.73%
G = 11.71%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E9252E (or 0xE9252E) is known color: Alizarin. HEX triplet: E9, 25 and 2E. RGB value is (233,37,46). Sum of RGB (Red+Green+Blue) = 233+37+46=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E9252E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9252E is #16DAD1. Grayscale: #606060. Windows color (decimal): -1497810 or 3024361. OLE color: 3024361.

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

Color convert

RGB 233 37 46 -
CMYK 0 0.84 0.80 0.09
HSL 357.24º 0.82% 0.53% -
HSV(B) 357.24º 0.84% 0.91% -
XYZ 34.76 18.84 4.39 -
YUV 96.63 99.43 225.27 -
System Red Green Blue C M Y K H S L
Decimal 233 37 46 0 0.84 0.80 0.09 357.24 0.82 0.53
Hex E9 25 2E 0 54 50 9 165 52 35
Octal 351 45 56 0 124 120 11 545 122 65
Binary 11101001 100101 101110 0 1010100 1010000 1001 101100101 1010010 110101

Color Harmonies of #E9252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9252E

Black with #E9252E

Text Example


Text Example

White with #E9252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9252E; }

 p { color: rgb(233,37,46); }

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

background-color css

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

 a { background-color: rgb(233,37,46); }

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

border-color css

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

 span { border-color: rgb(233,37,46); }

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