Html Css Color HEX #E11C49 Crimson

📋 copy color: '#E11C49'

red 225 ◦ green 28 ◦ blue 73

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

Shades of Crimson #E11C49

Tints of Crimson #E11C49

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.59%

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

R = 69.02%
G = 8.59%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E11C49 (or 0xE11C49) is known color: Crimson. HEX triplet: E1, 1C and 49. RGB value is (225,28,73). Sum of RGB (Red+Green+Blue) = 225+28+73=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C49 is #1EE3B6. Grayscale: #5C5C5C. Windows color (decimal): -2024375 or 4791521. OLE color: 4791521.

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

Color convert

RGB 225 28 73 -
CMYK 0 0.88 0.68 0.12
HSL 346.29º 0.78% 0.5% -
HSV(B) 346.29º 0.88% 0.88% -
XYZ 32.67 17.32 7.92 -
YUV 92.03 117.27 222.84 -
System Red Green Blue C M Y K H S L
Decimal 225 28 73 0 0.88 0.68 0.12 346.29 0.78 0.5
Hex E1 1C 49 0 58 44 C 15A 4E 32
Octal 341 34 111 0 130 104 14 532 116 62
Binary 11100001 11100 1001001 0 1011000 1000100 1100 101011010 1001110 110010

Color Harmonies of #E11C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C49

Black with #E11C49

Text Example


Text Example

White with #E11C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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