Html Css Color HEX #E20A2E Crimson

📋 copy color: '#E20A2E'

red 226 ◦ green 10 ◦ blue 46

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

Shades of Crimson #E20A2E

Tints of Crimson #E20A2E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.55%

 BLUE value IS 46 (18.36% from 255) = 16.31%

R = 80.14%
G = 3.55%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E20A2E (or 0xE20A2E) is known color: Crimson. HEX triplet: E2, 0A and 2E. RGB value is (226,10,46). Sum of RGB (Red+Green+Blue) = 226+10+46=282 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.14% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20A2E is #1DF5D1. Grayscale: #4E4E4E. Windows color (decimal): -1963474 or 3017442. OLE color: 3017442.

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

Color convert

RGB 226 10 46 -
CMYK 0 0.96 0.80 0.11
HSL 350º 0.92% 0.46% -
HSV(B) 350º 0.96% 0.89% -
XYZ 31.97 16.58 4.1 -
YUV 78.69 109.56 233.07 -
System Red Green Blue C M Y K H S L
Decimal 226 10 46 0 0.96 0.80 0.11 350 0.92 0.46
Hex E2 A 2E 0 60 50 B 15E 5C 2E
Octal 342 12 56 0 140 120 13 536 134 56
Binary 11100010 1010 101110 0 1100000 1010000 1011 101011110 1011100 101110

Color Harmonies of #E20A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20A2E

Black with #E20A2E

Text Example


Text Example

White with #E20A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20A2E; }

 p { color: rgb(226,10,46); }

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

background-color css

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

 a { background-color: rgb(226,10,46); }

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

border-color css

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

 span { border-color: rgb(226,10,46); }

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