Html Css Color HEX #E91E2A Alizarin

📋 copy color: '#E91E2A'

red 233 ◦ green 30 ◦ blue 42

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

Shades of Alizarin #E91E2A

Tints of Alizarin #E91E2A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.84%

 BLUE value IS 42 (16.8% from 255) = 13.77%

R = 76.39%
G = 9.84%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E91E2A (or 0xE91E2A) is known color: Alizarin. HEX triplet: E9, 1E and 2A. RGB value is (233,30,42). Sum of RGB (Red+Green+Blue) = 233+30+42=305 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.39% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 233 - color contains mainly: red. Hex color #E91E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91E2A is #16E1D5. Grayscale: #5C5C5C. Windows color (decimal): -1499606 or 2760425. OLE color: 2760425.

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

Color convert

RGB 233 30 42 -
CMYK 0 0.87 0.82 0.09
HSL 356.45º 0.82% 0.52% -
HSV(B) 356.45º 0.87% 0.91% -
XYZ 34.49 18.42 3.93 -
YUV 92.07 99.75 228.52 -
System Red Green Blue C M Y K H S L
Decimal 233 30 42 0 0.87 0.82 0.09 356.45 0.82 0.52
Hex E9 1E 2A 0 57 52 9 164 52 34
Octal 351 36 52 0 127 122 11 544 122 64
Binary 11101001 11110 101010 0 1010111 1010010 1001 101100100 1010010 110100

Color Harmonies of #E91E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91E2A

Black with #E91E2A

Text Example


Text Example

White with #E91E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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