Html Css Color HEX #E41F2E Alizarin

📋 copy color: '#E41F2E'

red 228 ◦ green 31 ◦ blue 46

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

Shades of Alizarin #E41F2E

Tints of Alizarin #E41F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.08%

R = 74.75%
G = 10.16%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E41F2E (or 0xE41F2E) is known color: Alizarin. HEX triplet: E4, 1F and 2E. RGB value is (228,31,46). Sum of RGB (Red+Green+Blue) = 228+31+46=305 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.75% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 228 - color contains mainly: red. Hex color #E41F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41F2E is #1BE0D1. Grayscale: #5B5B5B. Windows color (decimal): -1827026 or 3022820. OLE color: 3022820.

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

Color convert

RGB 228 31 46 -
CMYK 0 0.86 0.80 0.11
HSL 355.43º 0.78% 0.51% -
HSV(B) 355.43º 0.86% 0.89% -
XYZ 32.98 17.67 4.26 -
YUV 91.61 102.27 225.28 -
System Red Green Blue C M Y K H S L
Decimal 228 31 46 0 0.86 0.80 0.11 355.43 0.78 0.51
Hex E4 1F 2E 0 56 50 B 163 4E 33
Octal 344 37 56 0 126 120 13 543 116 63
Binary 11100100 11111 101110 0 1010110 1010000 1011 101100011 1001110 110011

Color Harmonies of #E41F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41F2E

Black with #E41F2E

Text Example


Text Example

White with #E41F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41F2E; }

 p { color: rgb(228,31,46); }

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

background-color css

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

 a { background-color: rgb(228,31,46); }

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

border-color css

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

 span { border-color: rgb(228,31,46); }

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