Html Css Color HEX #E20937 Crimson

📋 copy color: '#E20937'

red 226 ◦ green 9 ◦ blue 55

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

Shades of Crimson #E20937

Tints of Crimson #E20937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.1%

 BLUE value IS 55 (21.88% from 255) = 18.97%

R = 77.93%
G = 3.1%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#E20937 (or 0xE20937) is known color: Crimson. HEX triplet: E2, 09 and 37. RGB value is (226,9,55). Sum of RGB (Red+Green+Blue) = 226+9+55=290 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.93% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 226 - color contains mainly: red. Hex color #E20937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20937 is #1DF6C8. Grayscale: #4F4F4F. Windows color (decimal): -1963721 or 3607010. OLE color: 3607010.

HSL color Cylindrical-coordinate representation of color #E20937: hue angle of 347.28º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E20937 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 9 55 -
CMYK 0 0.96 0.76 0.11
HSL 347.28º 0.92% 0.46% -
HSV(B) 347.28º 0.96% 0.89% -
XYZ 32.15 16.64 5.13 -
YUV 79.13 114.39 232.76 -
System Red Green Blue C M Y K H S L
Decimal 226 9 55 0 0.96 0.76 0.11 347.28 0.92 0.46
Hex E2 9 37 0 60 4C B 15B 5C 2E
Octal 342 11 67 0 140 114 13 533 134 56
Binary 11100010 1001 110111 0 1100000 1001100 1011 101011011 1011100 101110

Color Harmonies of #E20937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20937

Black with #E20937

Text Example


Text Example

White with #E20937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20937; }

 p { color: rgb(226,9,55); }

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

background-color css

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

 a { background-color: rgb(226,9,55); }

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

border-color css

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

 span { border-color: rgb(226,9,55); }

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