Html Css Color HEX #E11F2E Alizarin

📋 copy color: '#E11F2E'

red 225 ◦ green 31 ◦ blue 46

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

Shades of Alizarin #E11F2E

Tints of Alizarin #E11F2E

RGB

 RED value IS 225 (88.28% from 255) = 74.5%

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

 BLUE value IS 46 (18.36% from 255) = 15.23%

R = 74.5%
G = 10.26%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E11F2E (or 0xE11F2E) is known color: Alizarin. HEX triplet: E1, 1F and 2E. RGB value is (225,31,46). Sum of RGB (Red+Green+Blue) = 225+31+46=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11F2E is #1EE0D1. Grayscale: #5A5A5A. Windows color (decimal): -2023634 or 3022817. OLE color: 3022817.

HSL color Cylindrical-coordinate representation of color #E11F2E: hue angle of 355.36º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11F2E is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 31 46 -
CMYK 0 0.86 0.80 0.12
HSL 355.36º 0.76% 0.5% -
HSV(B) 355.36º 0.86% 0.88% -
XYZ 32.03 17.18 4.21 -
YUV 90.72 102.77 223.78 -
System Red Green Blue C M Y K H S L
Decimal 225 31 46 0 0.86 0.80 0.12 355.36 0.76 0.5
Hex E1 1F 2E 0 56 50 C 163 4C 32
Octal 341 37 56 0 126 120 14 543 114 62
Binary 11100001 11111 101110 0 1010110 1010000 1100 101100011 1001100 110010

Color Harmonies of #E11F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11F2E

Black with #E11F2E

Text Example


Text Example

White with #E11F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11F2E; }

 p { color: rgb(225,31,46); }

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

background-color css

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

 a { background-color: rgb(225,31,46); }

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

border-color css

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

 span { border-color: rgb(225,31,46); }

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