Html Css Color HEX #E20037 Crimson

📋 copy color: '#E20037'

red 226 ◦ green 0 ◦ blue 55

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

Shades of Crimson #E20037

Tints of Crimson #E20037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.43%
G = 0%
B = 19.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#E20037 (or 0xE20037) is known color: Crimson. HEX triplet: E2, 00 and 37. RGB value is (226,0,55). Sum of RGB (Red+Green+Blue) = 226+0+55=281 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.43% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 226 - color contains mainly: red. Hex color #E20037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20037 is #1DFFC8. Grayscale: #494949. Windows color (decimal): -1966025 or 3604706. OLE color: 3604706.

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

Color convert

RGB 226 0 55 -
CMYK 0 1 0.76 0.11
HSL 345.4º 1% 0.44% -
HSV(B) 345.4º 1% 0.89% -
XYZ 32.05 16.44 5.1 -
YUV 73.84 117.37 236.53 -
System Red Green Blue C M Y K H S L
Decimal 226 0 55 0 1 0.76 0.11 345.4 1 0.44
Hex E2 0 37 0 64 4C B 159 64 2C
Octal 342 0 67 0 144 114 13 531 144 54
Binary 11100010 0 110111 0 1100100 1001100 1011 101011001 1100100 101100

Color Harmonies of #E20037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20037

Black with #E20037

Text Example


Text Example

White with #E20037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20037; }

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

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

background-color css

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

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

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

border-color css

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

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

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