Html Css Color HEX #E92A41 Alizarin

📋 copy color: '#E92A41'

red 233 ◦ green 42 ◦ blue 65

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

Shades of Alizarin #E92A41

Tints of Alizarin #E92A41

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.35%

 BLUE value IS 65 (25.78% from 255) = 19.12%

R = 68.53%
G = 12.35%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E92A41 (or 0xE92A41) is known color: Alizarin. HEX triplet: E9, 2A and 41. RGB value is (233,42,65). Sum of RGB (Red+Green+Blue) = 233+42+65=340 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.53% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A41 is #16D5BE. Grayscale: #656565. Windows color (decimal): -1496511 or 4270825. OLE color: 4270825.

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

Color convert

RGB 233 42 65 -
CMYK 0 0.82 0.72 0.09
HSL 352.77º 0.81% 0.54% -
HSV(B) 352.77º 0.82% 0.91% -
XYZ 35.39 19.36 6.87 -
YUV 101.73 107.28 221.63 -
System Red Green Blue C M Y K H S L
Decimal 233 42 65 0 0.82 0.72 0.09 352.77 0.81 0.54
Hex E9 2A 41 0 52 48 9 161 51 36
Octal 351 52 101 0 122 110 11 541 121 66
Binary 11101001 101010 1000001 0 1010010 1001000 1001 101100001 1010001 110110

Color Harmonies of #E92A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92A41

Black with #E92A41

Text Example


Text Example

White with #E92A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92A41; }

 p { color: rgb(233,42,65); }

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

background-color css

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

 a { background-color: rgb(233,42,65); }

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

border-color css

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

 span { border-color: rgb(233,42,65); }

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