Html Css Color HEX #E2144D Crimson

📋 copy color: '#E2144D'

red 226 ◦ green 20 ◦ blue 77

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

Shades of Crimson #E2144D

Tints of Crimson #E2144D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.84%

R = 69.97%
G = 6.19%
B = 23.84%

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

#E2144D (or 0xE2144D) is known color: Crimson. HEX triplet: E2, 14 and 4D. RGB value is (226,20,77). Sum of RGB (Red+Green+Blue) = 226+20+77=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E2144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2144D is #1DEBB2. Grayscale: #585858. Windows color (decimal): -1960883 or 5051618. OLE color: 5051618.

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

Color convert

RGB 226 20 77 -
CMYK 0 0.91 0.66 0.11
HSL 343.4º 0.84% 0.48% -
HSV(B) 343.4º 0.91% 0.89% -
XYZ 32.95 17.2 8.61 -
YUV 88.09 121.75 226.37 -
System Red Green Blue C M Y K H S L
Decimal 226 20 77 0 0.91 0.66 0.11 343.4 0.84 0.48
Hex E2 14 4D 0 5B 42 B 157 54 30
Octal 342 24 115 0 133 102 13 527 124 60
Binary 11100010 10100 1001101 0 1011011 1000010 1011 101010111 1010100 110000

Color Harmonies of #E2144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2144D

Black with #E2144D

Text Example


Text Example

White with #E2144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2144D; }

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

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

background-color css

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

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

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

border-color css

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

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

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