Html Css Color HEX #E20139 Crimson

📋 copy color: '#E20139'

red 226 ◦ green 1 ◦ blue 57

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

Shades of Crimson #E20139

Tints of Crimson #E20139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.07%

R = 79.58%
G = 0.35%
B = 20.07%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E20139 (or 0xE20139) is known color: Crimson. HEX triplet: E2, 01 and 39. RGB value is (226,1,57). Sum of RGB (Red+Green+Blue) = 226+1+57=284 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.58% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 226 - color contains mainly: red. Hex color #E20139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20139 is #1DFEC6. Grayscale: #4A4A4A. Windows color (decimal): -1965767 or 3736034. OLE color: 3736034.

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

Color convert

RGB 226 1 57 -
CMYK 0 1.00 0.75 0.11
HSL 345.07º 0.99% 0.45% -
HSV(B) 345.07º 1% 0.89% -
XYZ 32.11 16.49 5.36 -
YUV 74.66 118.04 235.95 -
System Red Green Blue C M Y K H S L
Decimal 226 1 57 0 1.00 0.75 0.11 345.07 0.99 0.45
Hex E2 1 39 0 64 4B B 159 63 2D
Octal 342 1 71 0 144 113 13 531 143 55
Binary 11100010 1 111001 0 1100100 1001011 1011 101011001 1100011 101101

Color Harmonies of #E20139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20139

Black with #E20139

Text Example


Text Example

White with #E20139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20139; }

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

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

background-color css

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

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

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

border-color css

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

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

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