Html Css Color HEX #E92425 Alizarin

📋 copy color: '#E92425'

red 233 ◦ green 36 ◦ blue 37

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

Shades of Alizarin #E92425

Tints of Alizarin #E92425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.76%

 BLUE value IS 37 (14.84% from 255) = 12.09%

R = 76.14%
G = 11.76%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E92425 (or 0xE92425) is known color: Alizarin. HEX triplet: E9, 24 and 25. RGB value is (233,36,37). Sum of RGB (Red+Green+Blue) = 233+36+37=306 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.14% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 233 - color contains mainly: red. Hex color #E92425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92425 is #16DBDA. Grayscale: #5F5F5F. Windows color (decimal): -1498075 or 2434281. OLE color: 2434281.

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

Color convert

RGB 233 36 37 -
CMYK 0 0.85 0.84 0.09
HSL 359.7º 0.82% 0.53% -
HSV(B) 359.7º 0.85% 0.91% -
XYZ 34.57 18.72 3.54 -
YUV 95.02 95.27 226.42 -
System Red Green Blue C M Y K H S L
Decimal 233 36 37 0 0.85 0.84 0.09 359.7 0.82 0.53
Hex E9 24 25 0 55 54 9 168 52 35
Octal 351 44 45 0 125 124 11 550 122 65
Binary 11101001 100100 100101 0 1010101 1010100 1001 101101000 1010010 110101

Color Harmonies of #E92425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92425

Black with #E92425

Text Example


Text Example

White with #E92425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92425; }

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

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

background-color css

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

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

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

border-color css

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

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

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