Html Css Color HEX #E91A2D Alizarin

📋 copy color: '#E91A2D'

red 233 ◦ green 26 ◦ blue 45

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

Shades of Alizarin #E91A2D

Tints of Alizarin #E91A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 76.64%
G = 8.55%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E91A2D (or 0xE91A2D) is known color: Alizarin. HEX triplet: E9, 1A and 2D. RGB value is (233,26,45). Sum of RGB (Red+Green+Blue) = 233+26+45=304 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.64% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91A2D is #16E5D2. Grayscale: #5A5A5A. Windows color (decimal): -1500627 or 2956009. OLE color: 2956009.

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

Color convert

RGB 233 26 45 -
CMYK 0 0.89 0.81 0.09
HSL 354.49º 0.82% 0.51% -
HSV(B) 354.49º 0.89% 0.91% -
XYZ 34.45 18.25 4.19 -
YUV 90.06 102.58 229.96 -
System Red Green Blue C M Y K H S L
Decimal 233 26 45 0 0.89 0.81 0.09 354.49 0.82 0.51
Hex E9 1A 2D 0 59 51 9 162 52 33
Octal 351 32 55 0 131 121 11 542 122 63
Binary 11101001 11010 101101 0 1011001 1010001 1001 101100010 1010010 110011

Color Harmonies of #E91A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91A2D

Black with #E91A2D

Text Example


Text Example

White with #E91A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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