Html Css Color HEX #E31428 Alizarin

📋 copy color: '#E31428'

red 227 ◦ green 20 ◦ blue 40

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

Shades of Alizarin #E31428

Tints of Alizarin #E31428

RGB

 RED value IS 227 (89.06% from 255) = 79.09%

 GREEN value IS 20 (8.2% from 255) = 6.97%

 BLUE value IS 40 (16.02% from 255) = 13.94%

R = 79.09%
G = 6.97%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E31428 (or 0xE31428) is known color: Alizarin. HEX triplet: E3, 14 and 28. RGB value is (227,20,40). Sum of RGB (Red+Green+Blue) = 227+20+40=287 (38% of max value = 765). Red value is 227 (89.06% from 255 or 79.09% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 227 - color contains mainly: red. Hex color #E31428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31428 is #1CEBD7. Grayscale: #545454. Windows color (decimal): -1895384 or 2626787. OLE color: 2626787.

HSL color Cylindrical-coordinate representation of color #E31428: hue angle of 354.2º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E31428 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 20 40 -
CMYK 0 0.91 0.82 0.11
HSL 354.2º 0.84% 0.48% -
HSV(B) 354.2º 0.91% 0.89% -
XYZ 32.31 16.98 3.58 -
YUV 84.17 103.08 229.87 -
System Red Green Blue C M Y K H S L
Decimal 227 20 40 0 0.91 0.82 0.11 354.2 0.84 0.48
Hex E3 14 28 0 5B 52 B 162 54 30
Octal 343 24 50 0 133 122 13 542 124 60
Binary 11100011 10100 101000 0 1011011 1010010 1011 101100010 1010100 110000

Color Harmonies of #E31428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31428

Black with #E31428

Text Example


Text Example

White with #E31428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31428; }

 p { color: rgb(227,20,40); }

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

background-color css

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

 a { background-color: rgb(227,20,40); }

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

border-color css

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

 span { border-color: rgb(227,20,40); }

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