Html Css Color HEX #E20746 Crimson

📋 copy color: '#E20746'

red 226 ◦ green 7 ◦ blue 70

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

Shades of Crimson #E20746

Tints of Crimson #E20746

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.31%

 BLUE value IS 70 (27.73% from 255) = 23.1%

R = 74.59%
G = 2.31%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E20746 (or 0xE20746) is known color: Crimson. HEX triplet: E2, 07 and 46. RGB value is (226,7,70). Sum of RGB (Red+Green+Blue) = 226+7+70=303 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.59% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 226 - color contains mainly: red. Hex color #E20746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20746 is #1DF8B9. Grayscale: #4F4F4F. Windows color (decimal): -1964218 or 4589538. OLE color: 4589538.

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

Color convert

RGB 226 7 70 -
CMYK 0 0.97 0.69 0.11
HSL 342.74º 0.94% 0.46% -
HSV(B) 342.74º 0.97% 0.89% -
XYZ 32.55 16.76 7.31 -
YUV 79.66 122.55 232.38 -
System Red Green Blue C M Y K H S L
Decimal 226 7 70 0 0.97 0.69 0.11 342.74 0.94 0.46
Hex E2 7 46 0 61 45 B 157 5E 2E
Octal 342 7 106 0 141 105 13 527 136 56
Binary 11100010 111 1000110 0 1100001 1000101 1011 101010111 1011110 101110

Color Harmonies of #E20746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20746

Black with #E20746

Text Example


Text Example

White with #E20746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20746; }

 p { color: rgb(226,7,70); }

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

background-color css

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

 a { background-color: rgb(226,7,70); }

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

border-color css

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

 span { border-color: rgb(226,7,70); }

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