Html Css Color HEX #E20B37 Crimson

📋 copy color: '#E20B37'

red 226 ◦ green 11 ◦ blue 55

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

Shades of Crimson #E20B37

Tints of Crimson #E20B37

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.77%

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

R = 77.4%
G = 3.77%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#E20B37 (or 0xE20B37) is known color: Crimson. HEX triplet: E2, 0B and 37. RGB value is (226,11,55). Sum of RGB (Red+Green+Blue) = 226+11+55=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E20B37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20B37 is #1DF4C8. Grayscale: #505050. Windows color (decimal): -1963209 or 3607522. OLE color: 3607522.

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

Color convert

RGB 226 11 55 -
CMYK 0 0.95 0.76 0.11
HSL 347.72º 0.91% 0.46% -
HSV(B) 347.72º 0.95% 0.89% -
XYZ 32.17 16.68 5.14 -
YUV 80.3 113.73 231.92 -
System Red Green Blue C M Y K H S L
Decimal 226 11 55 0 0.95 0.76 0.11 347.72 0.91 0.46
Hex E2 B 37 0 5F 4C B 15C 5B 2E
Octal 342 13 67 0 137 114 13 534 133 56
Binary 11100010 1011 110111 0 1011111 1001100 1011 101011100 1011011 101110

Color Harmonies of #E20B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20B37

Black with #E20B37

Text Example


Text Example

White with #E20B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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