Html Css Color HEX #E31F2D Alizarin

📋 copy color: '#E31F2D'

red 227 ◦ green 31 ◦ blue 45

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

Shades of Alizarin #E31F2D

Tints of Alizarin #E31F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.85%

R = 74.92%
G = 10.23%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E31F2D (or 0xE31F2D) is known color: Alizarin. HEX triplet: E3, 1F and 2D. RGB value is (227,31,45). Sum of RGB (Red+Green+Blue) = 227+31+45=303 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.92% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 227 - color contains mainly: red. Hex color #E31F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31F2D is #1CE0D2. Grayscale: #5B5B5B. Windows color (decimal): -1892563 or 2957283. OLE color: 2957283.

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

Color convert

RGB 227 31 45 -
CMYK 0 0.86 0.80 0.11
HSL 355.71º 0.78% 0.51% -
HSV(B) 355.71º 0.86% 0.89% -
XYZ 32.64 17.5 4.14 -
YUV 91.2 101.93 224.86 -
System Red Green Blue C M Y K H S L
Decimal 227 31 45 0 0.86 0.80 0.11 355.71 0.78 0.51
Hex E3 1F 2D 0 56 50 B 164 4E 33
Octal 343 37 55 0 126 120 13 544 116 63
Binary 11100011 11111 101101 0 1010110 1010000 1011 101100100 1001110 110011

Color Harmonies of #E31F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31F2D

Black with #E31F2D

Text Example


Text Example

White with #E31F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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