Html Css Color HEX #E20B3A Crimson

📋 copy color: '#E20B3A'

red 226 ◦ green 11 ◦ blue 58

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

Shades of Crimson #E20B3A

Tints of Crimson #E20B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 76.61%
G = 3.73%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E20B3A (or 0xE20B3A) is known color: Crimson. HEX triplet: E2, 0B and 3A. RGB value is (226,11,58). Sum of RGB (Red+Green+Blue) = 226+11+58=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E20B3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20B3A is #1DF4C5. Grayscale: #505050. Windows color (decimal): -1963206 or 3804130. OLE color: 3804130.

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

Color convert

RGB 226 11 58 -
CMYK 0 0.95 0.74 0.11
HSL 346.88º 0.91% 0.46% -
HSV(B) 346.88º 0.95% 0.89% -
XYZ 32.25 16.71 5.53 -
YUV 80.64 115.23 231.68 -
System Red Green Blue C M Y K H S L
Decimal 226 11 58 0 0.95 0.74 0.11 346.88 0.91 0.46
Hex E2 B 3A 0 5F 4A B 15B 5B 2E
Octal 342 13 72 0 137 112 13 533 133 56
Binary 11100010 1011 111010 0 1011111 1001010 1011 101011011 1011011 101110

Color Harmonies of #E20B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20B3A

Black with #E20B3A

Text Example


Text Example

White with #E20B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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