Html Css Color HEX #E31F21 Alizarin

📋 copy color: '#E31F21'

red 227 ◦ green 31 ◦ blue 33

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

Shades of Alizarin #E31F21

Tints of Alizarin #E31F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.34%

R = 78.01%
G = 10.65%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E31F21 (or 0xE31F21) is known color: Alizarin. HEX triplet: E3, 1F and 21. RGB value is (227,31,33). Sum of RGB (Red+Green+Blue) = 227+31+33=291 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.01% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 227 - color contains mainly: red. Hex color #E31F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31F21 is #1CE0DE. Grayscale: #5A5A5A. Windows color (decimal): -1892575 or 2170851. OLE color: 2170851.

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

Color convert

RGB 227 31 33 -
CMYK 0 0.86 0.85 0.11
HSL 359.39º 0.78% 0.51% -
HSV(B) 359.39º 0.86% 0.89% -
XYZ 32.44 17.42 3.09 -
YUV 89.83 95.93 225.84 -
System Red Green Blue C M Y K H S L
Decimal 227 31 33 0 0.86 0.85 0.11 359.39 0.78 0.51
Hex E3 1F 21 0 56 55 B 167 4E 33
Octal 343 37 41 0 126 125 13 547 116 63
Binary 11100011 11111 100001 0 1010110 1010101 1011 101100111 1001110 110011

Color Harmonies of #E31F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31F21

Black with #E31F21

Text Example


Text Example

White with #E31F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31F21; }

 p { color: rgb(227,31,33); }

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

background-color css

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

 a { background-color: rgb(227,31,33); }

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

border-color css

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

 span { border-color: rgb(227,31,33); }

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