Html Css Color HEX #E1292B Alizarin

📋 copy color: '#E1292B'

red 225 ◦ green 41 ◦ blue 43

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

Shades of Alizarin #E1292B

Tints of Alizarin #E1292B

RGB

 RED value IS 225 (88.28% from 255) = 72.82%

 GREEN value IS 41 (16.41% from 255) = 13.27%

 BLUE value IS 43 (17.19% from 255) = 13.92%

R = 72.82%
G = 13.27%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1292B (or 0xE1292B) is known color: Alizarin. HEX triplet: E1, 29 and 2B. RGB value is (225,41,43). Sum of RGB (Red+Green+Blue) = 225+41+43=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E1292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1292B is #1ED6D4. Grayscale: #606060. Windows color (decimal): -2021077 or 2828769. OLE color: 2828769.

HSL color Cylindrical-coordinate representation of color #E1292B: hue angle of 359.35º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1292B is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 41 43 -
CMYK 0 0.82 0.81 0.12
HSL 359.35º 0.75% 0.52% -
HSV(B) 359.35º 0.82% 0.88% -
XYZ 32.28 17.77 4.01 -
YUV 96.24 97.96 219.84 -
System Red Green Blue C M Y K H S L
Decimal 225 41 43 0 0.82 0.81 0.12 359.35 0.75 0.52
Hex E1 29 2B 0 52 51 C 167 4B 34
Octal 341 51 53 0 122 121 14 547 113 64
Binary 11100001 101001 101011 0 1010010 1010001 1100 101100111 1001011 110100

Color Harmonies of #E1292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1292B

Black with #E1292B

Text Example


Text Example

White with #E1292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1292B; }

 p { color: rgb(225,41,43); }

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

background-color css

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

 a { background-color: rgb(225,41,43); }

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

border-color css

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

 span { border-color: rgb(225,41,43); }

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