Html Css Color HEX #E20140 Crimson

📋 copy color: '#E20140'

red 226 ◦ green 1 ◦ blue 64

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

Shades of Crimson #E20140

Tints of Crimson #E20140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 77.66%
G = 0.34%
B = 21.99%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E20140 (or 0xE20140) is known color: Crimson. HEX triplet: E2, 01 and 40. RGB value is (226,1,64). Sum of RGB (Red+Green+Blue) = 226+1+64=291 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.66% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 226 - color contains mainly: red. Hex color #E20140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20140 is #1DFEBF. Grayscale: #4B4B4B. Windows color (decimal): -1965760 or 4194786. OLE color: 4194786.

HSL color Cylindrical-coordinate representation of color #E20140: hue angle of 343.2º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20140 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 1 64 -
CMYK 0 1.00 0.72 0.11
HSL 343.2º 0.99% 0.45% -
HSV(B) 343.2º 1% 0.89% -
XYZ 32.3 16.56 6.34 -
YUV 75.46 121.54 235.38 -
System Red Green Blue C M Y K H S L
Decimal 226 1 64 0 1.00 0.72 0.11 343.2 0.99 0.45
Hex E2 1 40 0 64 48 B 157 63 2D
Octal 342 1 100 0 144 110 13 527 143 55
Binary 11100010 1 1000000 0 1100100 1001000 1011 101010111 1100011 101101

Color Harmonies of #E20140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20140

Black with #E20140

Text Example


Text Example

White with #E20140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20140; }

 p { color: rgb(226,1,64); }

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

background-color css

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

 a { background-color: rgb(226,1,64); }

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

border-color css

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

 span { border-color: rgb(226,1,64); }

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