Html Css Color HEX #E4212F Alizarin

📋 copy color: '#E4212F'

red 228 ◦ green 33 ◦ blue 47

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

Shades of Alizarin #E4212F

Tints of Alizarin #E4212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.71%

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

R = 74.03%
G = 10.71%
B = 15.26%

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

#E4212F (or 0xE4212F) is known color: Alizarin. HEX triplet: E4, 21 and 2F. RGB value is (228,33,47). Sum of RGB (Red+Green+Blue) = 228+33+47=308 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.03% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 228 - color contains mainly: red. Hex color #E4212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4212F is #1BDED0. Grayscale: #5D5D5D. Windows color (decimal): -1826513 or 3088868. OLE color: 3088868.

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

Color convert

RGB 228 33 47 -
CMYK 0 0.86 0.79 0.11
HSL 355.69º 0.78% 0.51% -
HSV(B) 355.69º 0.86% 0.89% -
XYZ 33.05 17.79 4.38 -
YUV 92.9 102.1 224.36 -
System Red Green Blue C M Y K H S L
Decimal 228 33 47 0 0.86 0.79 0.11 355.69 0.78 0.51
Hex E4 21 2F 0 56 4F B 164 4E 33
Octal 344 41 57 0 126 117 13 544 116 63
Binary 11100100 100001 101111 0 1010110 1001111 1011 101100100 1001110 110011

Color Harmonies of #E4212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4212F

Black with #E4212F

Text Example


Text Example

White with #E4212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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