Html Css Color HEX #E42226 Alizarin

📋 copy color: '#E42226'

red 228 ◦ green 34 ◦ blue 38

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

Shades of Alizarin #E42226

Tints of Alizarin #E42226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.33%

 BLUE value IS 38 (15.23% from 255) = 12.67%

R = 76%
G = 11.33%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E42226 (or 0xE42226) is known color: Alizarin. HEX triplet: E4, 22 and 26. RGB value is (228,34,38). Sum of RGB (Red+Green+Blue) = 228+34+38=300 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 228 - color contains mainly: red. Hex color #E42226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42226 is #1BDDD9. Grayscale: #5C5C5C. Windows color (decimal): -1826266 or 2499300. OLE color: 2499300.

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

Color convert

RGB 228 34 38 -
CMYK 0 0.85 0.83 0.11
HSL 358.76º 0.78% 0.51% -
HSV(B) 358.76º 0.85% 0.89% -
XYZ 32.92 17.78 3.53 -
YUV 92.46 97.27 224.67 -
System Red Green Blue C M Y K H S L
Decimal 228 34 38 0 0.85 0.83 0.11 358.76 0.78 0.51
Hex E4 22 26 0 55 53 B 167 4E 33
Octal 344 42 46 0 125 123 13 547 116 63
Binary 11100100 100010 100110 0 1010101 1010011 1011 101100111 1001110 110011

Color Harmonies of #E42226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42226

Black with #E42226

Text Example


Text Example

White with #E42226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42226; }

 p { color: rgb(228,34,38); }

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

background-color css

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

 a { background-color: rgb(228,34,38); }

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

border-color css

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

 span { border-color: rgb(228,34,38); }

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