Html Css Color HEX #E41A2B Alizarin

📋 copy color: '#E41A2B'

red 228 ◦ green 26 ◦ blue 43

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

Shades of Alizarin #E41A2B

Tints of Alizarin #E41A2B

RGB

 RED value IS 228 (89.45% from 255) = 76.77%

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

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

R = 76.77%
G = 8.75%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E41A2B (or 0xE41A2B) is known color: Alizarin. HEX triplet: E4, 1A and 2B. RGB value is (228,26,43). Sum of RGB (Red+Green+Blue) = 228+26+43=297 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.77% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 228 - color contains mainly: red. Hex color #E41A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41A2B is #1BE5D4. Grayscale: #585858. Windows color (decimal): -1828309 or 2824932. OLE color: 2824932.

HSL color Cylindrical-coordinate representation of color #E41A2B: hue angle of 354.95º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41A2B is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 26 43 -
CMYK 0 0.89 0.81 0.11
HSL 354.95º 0.8% 0.5% -
HSV(B) 354.95º 0.89% 0.89% -
XYZ 32.8 17.41 3.92 -
YUV 88.34 102.42 227.62 -
System Red Green Blue C M Y K H S L
Decimal 228 26 43 0 0.89 0.81 0.11 354.95 0.8 0.5
Hex E4 1A 2B 0 59 51 B 163 50 32
Octal 344 32 53 0 131 121 13 543 120 62
Binary 11100100 11010 101011 0 1011001 1010001 1011 101100011 1010000 110010

Color Harmonies of #E41A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41A2B

Black with #E41A2B

Text Example


Text Example

White with #E41A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41A2B; }

 p { color: rgb(228,26,43); }

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

background-color css

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

 a { background-color: rgb(228,26,43); }

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

border-color css

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

 span { border-color: rgb(228,26,43); }

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