Html Css Color HEX #E41D30 Alizarin

📋 copy color: '#E41D30'

red 228 ◦ green 29 ◦ blue 48

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

Shades of Alizarin #E41D30

Tints of Alizarin #E41D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.51%

 BLUE value IS 48 (19.14% from 255) = 15.74%

R = 74.75%
G = 9.51%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E41D30 (or 0xE41D30) is known color: Alizarin. HEX triplet: E4, 1D and 30. RGB value is (228,29,48). Sum of RGB (Red+Green+Blue) = 228+29+48=305 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.75% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 228 - color contains mainly: red. Hex color #E41D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41D30 is #1BE2CF. Grayscale: #5A5A5A. Windows color (decimal): -1827536 or 3153380. OLE color: 3153380.

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

Color convert

RGB 228 29 48 -
CMYK 0 0.87 0.79 0.11
HSL 354.27º 0.79% 0.5% -
HSV(B) 354.27º 0.87% 0.89% -
XYZ 32.97 17.59 4.45 -
YUV 90.67 103.93 225.96 -
System Red Green Blue C M Y K H S L
Decimal 228 29 48 0 0.87 0.79 0.11 354.27 0.79 0.5
Hex E4 1D 30 0 57 4F B 162 4F 32
Octal 344 35 60 0 127 117 13 542 117 62
Binary 11100100 11101 110000 0 1010111 1001111 1011 101100010 1001111 110010

Color Harmonies of #E41D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41D30

Black with #E41D30

Text Example


Text Example

White with #E41D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41D30; }

 p { color: rgb(228,29,48); }

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

background-color css

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

 a { background-color: rgb(228,29,48); }

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

border-color css

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

 span { border-color: rgb(228,29,48); }

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