Html Css Color HEX #E7212F Alizarin

📋 copy color: '#E7212F'

red 231 ◦ green 33 ◦ blue 47

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

Shades of Alizarin #E7212F

Tints of Alizarin #E7212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.61%

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

R = 74.28%
G = 10.61%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E7212F (or 0xE7212F) is known color: Alizarin. HEX triplet: E7, 21 and 2F. RGB value is (231,33,47). Sum of RGB (Red+Green+Blue) = 231+33+47=311 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.28% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 231 - color contains mainly: red. Hex color #E7212F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7212F is #18DED0. Grayscale: #5D5D5D. Windows color (decimal): -1629905 or 3088871. OLE color: 3088871.

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

Color convert

RGB 231 33 47 -
CMYK 0 0.86 0.80 0.09
HSL 355.76º 0.8% 0.52% -
HSV(B) 355.76º 0.86% 0.91% -
XYZ 34.01 18.28 4.43 -
YUV 93.8 101.6 225.86 -
System Red Green Blue C M Y K H S L
Decimal 231 33 47 0 0.86 0.80 0.09 355.76 0.8 0.52
Hex E7 21 2F 0 56 50 9 164 50 34
Octal 347 41 57 0 126 120 11 544 120 64
Binary 11100111 100001 101111 0 1010110 1010000 1001 101100100 1010000 110100

Color Harmonies of #E7212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7212F

Black with #E7212F

Text Example


Text Example

White with #E7212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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