Html Css Color HEX #E21149 Crimson

📋 copy color: '#E21149'

red 226 ◦ green 17 ◦ blue 73

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

Shades of Crimson #E21149

Tints of Crimson #E21149

RGB

 RED value IS 226 (88.67% from 255) = 71.52%

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

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

R = 71.52%
G = 5.38%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E21149 (or 0xE21149) is known color: Crimson. HEX triplet: E2, 11 and 49. RGB value is (226,17,73). Sum of RGB (Red+Green+Blue) = 226+17+73=316 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.52% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 226 - color contains mainly: red. Hex color #E21149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21149 is #1DEEB6. Grayscale: #555555. Windows color (decimal): -1961655 or 4788706. OLE color: 4788706.

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

Color convert

RGB 226 17 73 -
CMYK 0 0.92 0.68 0.11
HSL 343.92º 0.86% 0.48% -
HSV(B) 343.92º 0.92% 0.89% -
XYZ 32.77 17.05 7.87 -
YUV 85.88 120.74 227.95 -
System Red Green Blue C M Y K H S L
Decimal 226 17 73 0 0.92 0.68 0.11 343.92 0.86 0.48
Hex E2 11 49 0 5C 44 B 158 56 30
Octal 342 21 111 0 134 104 13 530 126 60
Binary 11100010 10001 1001001 0 1011100 1000100 1011 101011000 1010110 110000

Color Harmonies of #E21149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21149

Black with #E21149

Text Example


Text Example

White with #E21149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21149; }

 p { color: rgb(226,17,73); }

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

background-color css

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

 a { background-color: rgb(226,17,73); }

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

border-color css

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

 span { border-color: rgb(226,17,73); }

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