Html Css Color HEX #E11249 Crimson

📋 copy color: '#E11249'

red 225 ◦ green 18 ◦ blue 73

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

Shades of Crimson #E11249

Tints of Crimson #E11249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.7%

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 71.2%
G = 5.7%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E11249 (or 0xE11249) is known color: Crimson. HEX triplet: E1, 12 and 49. RGB value is (225,18,73). Sum of RGB (Red+Green+Blue) = 225+18+73=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E11249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11249 is #1EEDB6. Grayscale: #565656. Windows color (decimal): -2026935 or 4788961. OLE color: 4788961.

HSL color Cylindrical-coordinate representation of color #E11249: hue angle of 344.06º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11249 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 18 73 -
CMYK 0 0.92 0.68 0.12
HSL 344.06º 0.85% 0.48% -
HSV(B) 344.06º 0.92% 0.88% -
XYZ 32.47 16.92 7.86 -
YUV 86.16 120.58 227.03 -
System Red Green Blue C M Y K H S L
Decimal 225 18 73 0 0.92 0.68 0.12 344.06 0.85 0.48
Hex E1 12 49 0 5C 44 C 158 55 30
Octal 341 22 111 0 134 104 14 530 125 60
Binary 11100001 10010 1001001 0 1011100 1000100 1100 101011000 1010101 110000

Color Harmonies of #E11249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11249

Black with #E11249

Text Example


Text Example

White with #E11249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11249; }

 p { color: rgb(225,18,73); }

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

background-color css

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

 a { background-color: rgb(225,18,73); }

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

border-color css

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

 span { border-color: rgb(225,18,73); }

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