Html Css Color HEX #E71F2F Alizarin

📋 copy color: '#E71F2F'

red 231 ◦ green 31 ◦ blue 47

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

Shades of Alizarin #E71F2F

Tints of Alizarin #E71F2F

RGB

 RED value IS 231 (90.63% from 255) = 74.76%

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

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 74.76%
G = 10.03%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E71F2F (or 0xE71F2F) is known color: Alizarin. HEX triplet: E7, 1F and 2F. RGB value is (231,31,47). Sum of RGB (Red+Green+Blue) = 231+31+47=309 (40% of max value = 765). Red value is 231 (90.62% from 255 or 74.76% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71F2F is #18E0D0. Grayscale: #5C5C5C. Windows color (decimal): -1630417 or 3088359. OLE color: 3088359.

HSL color Cylindrical-coordinate representation of color #E71F2F: hue angle of 355.2º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E71F2F is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 31 47 -
CMYK 0 0.87 0.80 0.09
HSL 355.2º 0.81% 0.51% -
HSV(B) 355.2º 0.87% 0.91% -
XYZ 33.96 18.17 4.41 -
YUV 92.62 102.26 226.7 -
System Red Green Blue C M Y K H S L
Decimal 231 31 47 0 0.87 0.80 0.09 355.2 0.81 0.51
Hex E7 1F 2F 0 57 50 9 163 51 33
Octal 347 37 57 0 127 120 11 543 121 63
Binary 11100111 11111 101111 0 1010111 1010000 1001 101100011 1010001 110011

Color Harmonies of #E71F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71F2F

Black with #E71F2F

Text Example


Text Example

White with #E71F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71F2F; }

 p { color: rgb(231,31,47); }

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

background-color css

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

 a { background-color: rgb(231,31,47); }

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

border-color css

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

 span { border-color: rgb(231,31,47); }

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