Html Css Color HEX #E91F2D Alizarin

📋 copy color: '#E91F2D'

red 233 ◦ green 31 ◦ blue 45

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

Shades of Alizarin #E91F2D

Tints of Alizarin #E91F2D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.03%

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

R = 75.4%
G = 10.03%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E91F2D (or 0xE91F2D) is known color: Alizarin. HEX triplet: E9, 1F and 2D. RGB value is (233,31,45). Sum of RGB (Red+Green+Blue) = 233+31+45=309 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.40% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 233 - color contains mainly: red. Hex color #E91F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E91F2D is #16E0D2. Grayscale: #5D5D5D. Windows color (decimal): -1499347 or 2957289. OLE color: 2957289.

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

Color convert

RGB 233 31 45 -
CMYK 0 0.87 0.81 0.09
HSL 355.84º 0.82% 0.52% -
HSV(B) 355.84º 0.87% 0.91% -
XYZ 34.57 18.49 4.23 -
YUV 92.99 100.92 227.86 -
System Red Green Blue C M Y K H S L
Decimal 233 31 45 0 0.87 0.81 0.09 355.84 0.82 0.52
Hex E9 1F 2D 0 57 51 9 164 52 34
Octal 351 37 55 0 127 121 11 544 122 64
Binary 11101001 11111 101101 0 1010111 1010001 1001 101100100 1010010 110100

Color Harmonies of #E91F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91F2D

Black with #E91F2D

Text Example


Text Example

White with #E91F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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