Html Css Color HEX #E11143 Crimson

📋 copy color: '#E11143'

red 225 ◦ green 17 ◦ blue 67

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

Shades of Crimson #E11143

Tints of Crimson #E11143

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.5%

 BLUE value IS 67 (26.56% from 255) = 21.68%

R = 72.82%
G = 5.5%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E11143 (or 0xE11143) is known color: Crimson. HEX triplet: E1, 11 and 43. RGB value is (225,17,67). Sum of RGB (Red+Green+Blue) = 225+17+67=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E11143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11143 is #1EEEBC. Grayscale: #545454. Windows color (decimal): -2027197 or 4395489. OLE color: 4395489.

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

Color convert

RGB 225 17 67 -
CMYK 0 0.92 0.70 0.12
HSL 345.58º 0.86% 0.47% -
HSV(B) 345.58º 0.92% 0.88% -
XYZ 32.26 16.81 6.86 -
YUV 84.89 117.91 227.93 -
System Red Green Blue C M Y K H S L
Decimal 225 17 67 0 0.92 0.70 0.12 345.58 0.86 0.47
Hex E1 11 43 0 5C 46 C 15A 56 2F
Octal 341 21 103 0 134 106 14 532 126 57
Binary 11100001 10001 1000011 0 1011100 1000110 1100 101011010 1010110 101111

Color Harmonies of #E11143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11143

Black with #E11143

Text Example


Text Example

White with #E11143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11143; }

 p { color: rgb(225,17,67); }

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

background-color css

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

 a { background-color: rgb(225,17,67); }

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

border-color css

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

 span { border-color: rgb(225,17,67); }

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