Html Css Color HEX #E31F29 Alizarin

📋 copy color: '#E31F29'

red 227 ◦ green 31 ◦ blue 41

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

Shades of Alizarin #E31F29

Tints of Alizarin #E31F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.71%

R = 75.92%
G = 10.37%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E31F29 (or 0xE31F29) is known color: Alizarin. HEX triplet: E3, 1F and 29. RGB value is (227,31,41). Sum of RGB (Red+Green+Blue) = 227+31+41=299 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.92% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 227 - color contains mainly: red. Hex color #E31F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31F29 is #1CE0D6. Grayscale: #5A5A5A. Windows color (decimal): -1892567 or 2695139. OLE color: 2695139.

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

Color convert

RGB 227 31 41 -
CMYK 0 0.86 0.82 0.11
HSL 356.94º 0.78% 0.51% -
HSV(B) 356.94º 0.86% 0.89% -
XYZ 32.57 17.47 3.75 -
YUV 90.74 99.93 225.19 -
System Red Green Blue C M Y K H S L
Decimal 227 31 41 0 0.86 0.82 0.11 356.94 0.78 0.51
Hex E3 1F 29 0 56 52 B 165 4E 33
Octal 343 37 51 0 126 122 13 545 116 63
Binary 11100011 11111 101001 0 1010110 1010010 1011 101100101 1001110 110011

Color Harmonies of #E31F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31F29

Black with #E31F29

Text Example


Text Example

White with #E31F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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