Html Css Color HEX #E41F2F Alizarin

📋 copy color: '#E41F2F'

red 228 ◦ green 31 ◦ blue 47

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

Shades of Alizarin #E41F2F

Tints of Alizarin #E41F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.36%

R = 74.51%
G = 10.13%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E41F2F (or 0xE41F2F) is known color: Alizarin. HEX triplet: E4, 1F and 2F. RGB value is (228,31,47). Sum of RGB (Red+Green+Blue) = 228+31+47=306 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.51% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 228 - color contains mainly: red. Hex color #E41F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41F2F is #1BE0D0. Grayscale: #5B5B5B. Windows color (decimal): -1827025 or 3088356. OLE color: 3088356.

HSL color Cylindrical-coordinate representation of color #E41F2F: hue angle of 355.13º 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 #E41F2F is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 31 47 -
CMYK 0 0.86 0.79 0.11
HSL 355.13º 0.78% 0.51% -
HSV(B) 355.13º 0.86% 0.89% -
XYZ 33 17.68 4.36 -
YUV 91.73 102.77 225.2 -
System Red Green Blue C M Y K H S L
Decimal 228 31 47 0 0.86 0.79 0.11 355.13 0.78 0.51
Hex E4 1F 2F 0 56 4F B 163 4E 33
Octal 344 37 57 0 126 117 13 543 116 63
Binary 11100100 11111 101111 0 1010110 1001111 1011 101100011 1001110 110011

Color Harmonies of #E41F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41F2F

Black with #E41F2F

Text Example


Text Example

White with #E41F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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