Html Css Color HEX #E31D34 Alizarin

📋 copy color: '#E31D34'

red 227 ◦ green 29 ◦ blue 52

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

Shades of Alizarin #E31D34

Tints of Alizarin #E31D34

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.42%

 BLUE value IS 52 (20.7% from 255) = 16.88%

R = 73.7%
G = 9.42%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E31D34 (or 0xE31D34) is known color: Alizarin. HEX triplet: E3, 1D and 34. RGB value is (227,29,52). Sum of RGB (Red+Green+Blue) = 227+29+52=308 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.70% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 227 - color contains mainly: red. Hex color #E31D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31D34 is #1CE2CB. Grayscale: #5A5A5A. Windows color (decimal): -1893068 or 3415523. OLE color: 3415523.

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

Color convert

RGB 227 29 52 -
CMYK 0 0.87 0.77 0.11
HSL 353.03º 0.78% 0.5% -
HSV(B) 353.03º 0.87% 0.89% -
XYZ 32.74 17.46 4.89 -
YUV 90.82 106.1 225.13 -
System Red Green Blue C M Y K H S L
Decimal 227 29 52 0 0.87 0.77 0.11 353.03 0.78 0.5
Hex E3 1D 34 0 57 4D B 161 4E 32
Octal 343 35 64 0 127 115 13 541 116 62
Binary 11100011 11101 110100 0 1010111 1001101 1011 101100001 1001110 110010

Color Harmonies of #E31D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31D34

Black with #E31D34

Text Example


Text Example

White with #E31D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31D34; }

 p { color: rgb(227,29,52); }

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

background-color css

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

 a { background-color: rgb(227,29,52); }

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

border-color css

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

 span { border-color: rgb(227,29,52); }

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