Html Css Color HEX #E91A20 Alizarin

📋 copy color: '#E91A20'

red 233 ◦ green 26 ◦ blue 32

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

Shades of Alizarin #E91A20

Tints of Alizarin #E91A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.93%

 BLUE value IS 32 (12.89% from 255) = 11%

R = 80.07%
G = 8.93%
B = 11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E91A20 (or 0xE91A20) is known color: Alizarin. HEX triplet: E9, 1A and 20. RGB value is (233,26,32). Sum of RGB (Red+Green+Blue) = 233+26+32=291 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.07% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91A20 is #16E5DF. Grayscale: #585858. Windows color (decimal): -1500640 or 2104041. OLE color: 2104041.

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

Color convert

RGB 233 26 32 -
CMYK 0 0.89 0.86 0.09
HSL 358.26º 0.82% 0.51% -
HSV(B) 358.26º 0.89% 0.91% -
XYZ 34.23 18.17 3.07 -
YUV 88.58 96.08 231.01 -
System Red Green Blue C M Y K H S L
Decimal 233 26 32 0 0.89 0.86 0.09 358.26 0.82 0.51
Hex E9 1A 20 0 59 56 9 166 52 33
Octal 351 32 40 0 131 126 11 546 122 63
Binary 11101001 11010 100000 0 1011001 1010110 1001 101100110 1010010 110011

Color Harmonies of #E91A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91A20

Black with #E91A20

Text Example


Text Example

White with #E91A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91A20; }

 p { color: rgb(233,26,32); }

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

background-color css

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

 a { background-color: rgb(233,26,32); }

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

border-color css

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

 span { border-color: rgb(233,26,32); }

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