Html Css Color HEX #E21146 Crimson

📋 copy color: '#E21146'

red 226 ◦ green 17 ◦ blue 70

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

Shades of Crimson #E21146

Tints of Crimson #E21146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.36%

R = 72.2%
G = 5.43%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E21146 (or 0xE21146) is known color: Crimson. HEX triplet: E2, 11 and 46. RGB value is (226,17,70). Sum of RGB (Red+Green+Blue) = 226+17+70=313 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.20% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 226 - color contains mainly: red. Hex color #E21146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21146 is #1DEEB9. Grayscale: #555555. Windows color (decimal): -1961658 or 4592098. OLE color: 4592098.

HSL color Cylindrical-coordinate representation of color #E21146: hue angle of 344.78º 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 #E21146 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 17 70 -
CMYK 0 0.92 0.69 0.11
HSL 344.78º 0.86% 0.48% -
HSV(B) 344.78º 0.92% 0.89% -
XYZ 32.67 17.01 7.36 -
YUV 85.53 119.24 228.19 -
System Red Green Blue C M Y K H S L
Decimal 226 17 70 0 0.92 0.69 0.11 344.78 0.86 0.48
Hex E2 11 46 0 5C 45 B 159 56 30
Octal 342 21 106 0 134 105 13 531 126 60
Binary 11100010 10001 1000110 0 1011100 1000101 1011 101011001 1010110 110000

Color Harmonies of #E21146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21146

Black with #E21146

Text Example


Text Example

White with #E21146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21146; }

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

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

background-color css

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

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

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

border-color css

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

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

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