Html Css Color HEX #E2144C Crimson

📋 copy color: '#E2144C'

red 226 ◦ green 20 ◦ blue 76

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

Shades of Crimson #E2144C

Tints of Crimson #E2144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.21%

 BLUE value IS 76 (30.08% from 255) = 23.6%

R = 70.19%
G = 6.21%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2144C (or 0xE2144C) is known color: Crimson. HEX triplet: E2, 14 and 4C. RGB value is (226,20,76). Sum of RGB (Red+Green+Blue) = 226+20+76=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E2144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2144C is #1DEBB3. Grayscale: #575757. Windows color (decimal): -1960884 or 4986082. OLE color: 4986082.

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

Color convert

RGB 226 20 76 -
CMYK 0 0.91 0.66 0.11
HSL 343.69º 0.84% 0.48% -
HSV(B) 343.69º 0.91% 0.89% -
XYZ 32.92 17.19 8.42 -
YUV 87.98 121.25 226.45 -
System Red Green Blue C M Y K H S L
Decimal 226 20 76 0 0.91 0.66 0.11 343.69 0.84 0.48
Hex E2 14 4C 0 5B 42 B 158 54 30
Octal 342 24 114 0 133 102 13 530 124 60
Binary 11100010 10100 1001100 0 1011011 1000010 1011 101011000 1010100 110000

Color Harmonies of #E2144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2144C

Black with #E2144C

Text Example


Text Example

White with #E2144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2144C; }

 p { color: rgb(226,20,76); }

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

background-color css

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

 a { background-color: rgb(226,20,76); }

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

border-color css

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

 span { border-color: rgb(226,20,76); }

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