Html Css Color HEX #E11F2B Alizarin

📋 copy color: '#E11F2B'

red 225 ◦ green 31 ◦ blue 43

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

Shades of Alizarin #E11F2B

Tints of Alizarin #E11F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.38%

R = 75.25%
G = 10.37%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E11F2B (or 0xE11F2B) is known color: Alizarin. HEX triplet: E1, 1F and 2B. RGB value is (225,31,43). Sum of RGB (Red+Green+Blue) = 225+31+43=299 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.25% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11F2B is #1EE0D4. Grayscale: #5A5A5A. Windows color (decimal): -2023637 or 2826209. OLE color: 2826209.

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

Color convert

RGB 225 31 43 -
CMYK 0 0.86 0.81 0.12
HSL 356.29º 0.76% 0.5% -
HSV(B) 356.29º 0.86% 0.88% -
XYZ 31.98 17.16 3.91 -
YUV 90.37 101.27 224.02 -
System Red Green Blue C M Y K H S L
Decimal 225 31 43 0 0.86 0.81 0.12 356.29 0.76 0.5
Hex E1 1F 2B 0 56 51 C 164 4C 32
Octal 341 37 53 0 126 121 14 544 114 62
Binary 11100001 11111 101011 0 1010110 1010001 1100 101100100 1001100 110010

Color Harmonies of #E11F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11F2B

Black with #E11F2B

Text Example


Text Example

White with #E11F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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